aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/system_app.te
diff options
context:
space:
mode:
authorCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-16 01:09:17 +0200
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-16 01:09:54 +0200
commitd9a554cbe30c3745c052912c8cf4ffa585c58e9c (patch)
treebc66c23dac2ed2dd18a652c323c8d3a342ef62f2 /sepolicy/system_app.te
parent4a85ddd4e528458342dd1f96202a31cffcfd74f1 (diff)
msm8996-common: Fixed crash due to an SELinux denial when disabling root in adb.
* avc: denied { set } for property=service.adb.root pid=1892 uid=1000 gid=1000 scontext=u:r:system_app:s0 tcontext=u:object_r:shell_prop:s0 tclass=property_service permissive=1
Diffstat (limited to 'sepolicy/system_app.te')
-rw-r--r--sepolicy/system_app.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te
index 25177b5..d5e1fba 100644
--- a/sepolicy/system_app.te
+++ b/sepolicy/system_app.te
@@ -1 +1,2 @@
allow system_app sysfs_fpc_proximity:file rw_file_perms;
+allow system_app shell_prop:property_service set;