aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/system_app.te
blob: bff7565b9ac070af3484ec9a17c19b80d1c0964f (plain)
1
2
3
4
5
6
7
8
9
allow system_app { sysfs_fpc_proximity sysfs_fingerprint }:file rw_file_perms;
allow system_app sysfs_fingerprint:dir search;
allow system_app shell_prop:property_service set;

binder_call(system_app, wificond);
binder_call(system_app, perfprofd);

dontaudit system_app netd_service:service_manager find;
dontaudit system_app installd_service:service_manager find;