mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
20 lines
No EOL
428 B
Text
20 lines
No EOL
428 B
Text
allow system_server {
|
|
efs_file
|
|
mpctl_data_file
|
|
}:dir search;
|
|
|
|
allow system_server {
|
|
efs_file
|
|
proc_last_kmsg
|
|
qti_debugfs
|
|
}:file r_file_perms;
|
|
|
|
allow system_server {
|
|
sysfs_sec_led
|
|
sysfs_sec_touchkey
|
|
}:file w_file_perms;
|
|
|
|
allow system_server init:binder call;
|
|
allow system_server unlabeled:file unlink;
|
|
allow system_server proc:file { getattr open read };
|
|
allow system_server crash_dump:process getpgid; |