diff options
Diffstat (limited to 'sepolicy/system_app.te')
-rw-r--r-- | sepolicy/system_app.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te index 7dbac41..c0c4408 100644 --- a/sepolicy/system_app.te +++ b/sepolicy/system_app.te @@ -1,4 +1,4 @@ -allow system_app { sysfs_fpc_proximity sysfs_fingerprint }:file rw_file_perms; +allow system_app sysfs_fingerprint:file rw_file_perms; allow system_app sysfs_fingerprint:dir search; allow system_app shell_prop:property_service set; |