sanders: sepol: update sepolicy
-ref: https://github.com/crdroidandroid/android_device_motorola_sanders/tree/10.0-20200126 Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
15
sepolicy/vendor/system_app.te
vendored
15
sepolicy/vendor/system_app.te
vendored
@@ -1,23 +1,22 @@
|
||||
allow system_app proc_touchpanel:dir search;
|
||||
allow system_app sysfs_vibrator:file rw_file_perms;
|
||||
#allow system_app sysfs_vibrator:dir search;
|
||||
#allow system_app sysfs_graphics:file rw_file_perms;
|
||||
#allow system_app sysfs_graphics:dir search;
|
||||
allow system_app sysfs_vibrator:dir search;
|
||||
allow system_app sysfs_graphics:file rw_file_perms;
|
||||
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 spectrum_prop:property_service set;
|
||||
|
||||
allow system_app init:unix_stream_socket { read write };
|
||||
allow system_app sysfs_homebutton:file write;
|
||||
allow system_app sysfs_screen_off_gestures:file write;
|
||||
allow system_app sysfs_fpc_proximity:file { rw_file_perms };
|
||||
|
||||
get_prop(system_app, diag_prop);
|
||||
#binder_call(system_app, qtitetherservice_service);
|
||||
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 };
|
||||
|
||||
allow system_app hal_atfwd_hwservice:hwservice_manager add;
|
||||
|
||||
Reference in New Issue
Block a user