sanders: update sepolicy.

-Fix Neverallows.
-Fix missing type.
-Fix type attributes.

Signed-off-by: Ashwin R C <ashwin2001achu@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
Ashwin R C
2019-06-07 06:13:41 -04:00
committed by ronaxdevil
parent 7cf114949c
commit f540803573
27 changed files with 51 additions and 99 deletions

View File

@@ -6,7 +6,6 @@ allow system_app sysfs_graphics:dir search;
allow system_app proc_touchpanel:file rw_file_perms;
allow system_app sysfs_fpc:file rw_file_perms;
allow system_app fuse_device:filesystem getattr;
# allow system_app time_daemon:unix_stream_socket connectto;
allow system_app init:unix_stream_socket { read write };
allow system_app sysfs_homebutton:file write;
@@ -16,3 +15,8 @@ binder_call(system_app, qtitetherservice_service);
binder_call(system_app, wificond);
get_prop(system_app, spectrum_prop);
allow system_app hidl_base_hwservice:hwservice_manager add;
allow system_app sysfs_homebutton:dir search;
allow system_app sysfs_homebutton:file { getattr open };