wahoo: sepolicy: remove libbinder rules for fingerprint

Libbinder is just needed for dev/debug tools.  SELinux can be disabled
for those.

Test: enroll fingerprints, apply patch, can still authenticate/navigate
Change-Id: Ifa29bdb5cc393ed0c8e894ef76c0d4b5c58847e2
Fixes: 36686751
Bug: 37755263
This commit is contained in:
Nick Desaulniers
2017-06-07 16:43:27 -07:00
parent e59d10875c
commit 5363d06f07
2 changed files with 0 additions and 5 deletions

View File

@@ -1,6 +1,3 @@
# TODO(b/36587860): Remove once Fingerprint HAL no longer uses Binder
binder_use(hal_fingerprint)
allow hal_fingerprint sysfs_fingerprint:dir r_dir_perms;
allow hal_fingerprint sysfs_fingerprint:file rw_file_perms;
allow hal_fingerprint sysfs_msm_subsys:dir search;

View File

@@ -1,2 +0,0 @@
# TODO(b/36587860): Remove once Fingerprint HAL no longer uses Binder
typeattribute hal_fingerprint_default binder_in_vendor_violators;