diff options
-rw-r--r-- | sepolicy/hal_lineage_touch_default.te | 2 | ||||
-rw-r--r-- | sepolicy/system_server.te | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/hal_lineage_touch_default.te b/sepolicy/hal_lineage_touch_default.te new file mode 100644 index 0000000..3e8c270 --- /dev/null +++ b/sepolicy/hal_lineage_touch_default.te @@ -0,0 +1,2 @@ +allow hal_lineage_touch_default sysfs_fingerprint:dir search; +allow hal_lineage_touch_default sysfs_fingerprint:file rw_file_perms; diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 52083c5..6784b22 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -1,5 +1,4 @@ allow system_server vendor_alarm_boot_prop:file r_file_perms; -allow system_server sysfs_fingerprint:file rw_file_perms; allow system_server install_data_file:file getattr; allow system_server zygote:process getpgid; allow system_server sysfs_vibrator:file read; |