diff options
Diffstat (limited to 'sepolicy/system_app.te')
-rw-r--r-- | sepolicy/system_app.te | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te index 0137c7a..bff7565 100644 --- a/sepolicy/system_app.te +++ b/sepolicy/system_app.te @@ -1,4 +1,5 @@ -allow system_app sysfs_fingerprint:file rw_file_perms; +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); |