aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/property_contexts7
-rw-r--r--sepolicy/uncrypt.te2
2 files changed, 8 insertions, 1 deletions
diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts
index 854b445..d9ba461 100644
--- a/sepolicy/property_contexts
+++ b/sepolicy/property_contexts
@@ -1 +1,6 @@
-persist.sys.diag.max.size u:object_r:diag_prop:s0
+service.soundcard. u:object_r:audio_prop:s0
+audio. u:object_r:audio_prop:s0
+ro.sys.oem.sno u:object_r:system_radio_prop:s0
+sys.fake_bs_flag0 u:object_r:system_radio_prop:s0
+sys.fake_bs_flag1 u:object_r:system_radio_prop:s0
+
diff --git a/sepolicy/uncrypt.te b/sepolicy/uncrypt.te
new file mode 100644
index 0000000..3b93052
--- /dev/null
+++ b/sepolicy/uncrypt.te
@@ -0,0 +1,2 @@
+allow uncrypt device:dir write;
+allow uncrypt kmsg_device:chr_file { open write };