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-lin…/sepolicy/system_server.te
Vachounet 005c212c61 sanders: sepolicy update
Change-Id: Ibc045495b988437244304f37d451c9537a53a4f3
2018-04-26 00:58:56 -03:00

15 lines
637 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 init:unix_stream_socket { read };
# allow system_server dalvikcache_data_file:file { execute };
allow system_server qti_debugfs:file { getattr open read };
allow system_server init:unix_stream_socket write;
get_prop(system_server, alarm_boot_prop)