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_sanders/sepolicy/system_server.te
Rashed Abdel-Tawab 9d3b8a1e30 sanders: Move HIDL shims to vendor
Nothing uses these in system. No need to keep them there
also address denials (thanks to @joojoobee666)

Change-Id: Ia09e6611f801a79fa9ac04c60425397eada383ec
2018-06-13 13:23:58 +05:30

12 lines
478 B
Plaintext

allow system_server sysfs_homebutton:file rw_file_perms;
allow system_server sysfs_homebutton:dir r_dir_perms;
allow system_server persist_file:dir create_dir_perms;
allow system_server persist_file:file create_file_perms;
allow system_server rild:binder transfer;
allow system_server sysfs_capsense:dir search;
allow system_server sysfs_capsense:file rw_file_perms;
allow system_server vendor_file:file { getattr open read execute };
get_prop(system_server, alarm_boot_prop)