This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_msm8953-common/sepolicy/vendor/system_server.te
2020-12-26 12:18:59 -03:00

11 lines
485 B
Plaintext

binder_call(system_server,rild);
allow system_server sysfs_vibrator:file read;
allow system_server fpc_extension_service:hwservice_manager find;
allow system_server vendor_keylayout_file:dir r_dir_perms;
allow system_server vendor_keylayout_file:file r_file_perms;
allow system_server vendor_idc_file:dir r_dir_perms;
allow system_server vendor_idc_file:file r_file_perms;
allow system_server sysfs_homebutton:file rw_file_perms;
allow system_server sysfs_homebutton:dir r_dir_perms;