From 858ee59a8df8fe7172f186507490cac02549338b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosme=20Dom=C3=ADnguez=20D=C3=ADaz?= Date: Sun, 11 Mar 2018 00:12:34 +0100 Subject: msm8996-common: Fix hal_bluetooth_default SELinux denials: * avc: denied { write } for pid=484 comm=bluetooth@1.0-s name=bluedroid dev=sda10 ino=3465222 scontext=u:r:hal_bluetooth_default:s0 tcontext=u:object_r:bluetooth_data_file:s0 tclass=dir permissive=0 Fix ims SELinux denials: * avc: denied { set } for property=ctl.imsrcsd pid=715 uid=1000 gid=1000 scontext=u:r:ims:s0 tcontext=u:object_r:ctl_default_prop:s0 tclass=property_service permissive=0 Fix vold SELinux denials: * avc: denied { open } for path="/data/system_de/0/spblob/01e7bcfa0f8c0631.secdis" dev="sda10" ino=3031052 scontext=u:r:vold:s0 tcontext=u:object_r:system_data_file:s0 tclass=file permissive=0 Fix system_app SELinux denials: * avc: denied { call } for pid=6251 comm=4173796E635461736B20233130 scontext=u:r:system_app:s0 tcontext=u:r:wificond:s0 tclass=binder permissive=0 * avc: denied { find } for service=installd pid=6251 uid=1000 scontext=u:r:system_app:s0 tcontext=u:object_r:installd_service:s0 tclass=service_manager permissive=0 --- sepolicy/vold.te | 1 + 1 file changed, 1 insertion(+) (limited to 'sepolicy/vold.te') diff --git a/sepolicy/vold.te b/sepolicy/vold.te index d2533cb..ef3c943 100644 --- a/sepolicy/vold.te +++ b/sepolicy/vold.te @@ -1 +1,2 @@ allow vold persist_file:dir { ioctl open read }; +allow vold system_data_file:file { open }; -- cgit v1.2.3