aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2017-02-18 14:54:10 +0000
committerdavidevinavil <davidevinavil@gmail.com>2017-04-07 13:16:17 +0200
commit6c90e7d92307a95e48f4cc0329de0121cc0056f6 (patch)
treebe24e2fcfc5737c3db96de4fe4b3897cd81840ab
parentcb170c0f7a7a87d60890b16bd4e7555eae6ce977 (diff)
sepolicy: Update for some new denials
Change-Id: I9dfa801f416d7346bcd6251b025172e8ec4ad90c
-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 };