Merge "Allow fingerprint hal to read sysfs_leds" into udc-dev
This commit is contained in:
commit
dba88b81d3
1 changed files with 4 additions and 0 deletions
4
vendor/hal_fingerprint_default.te
vendored
4
vendor/hal_fingerprint_default.te
vendored
|
@ -33,3 +33,7 @@ binder_call(hal_fingerprint_default, hal_graphics_composer_default)
|
||||||
|
|
||||||
# allow fingerprint to access thermal hal
|
# allow fingerprint to access thermal hal
|
||||||
hal_client_domain(hal_fingerprint_default, hal_thermal);
|
hal_client_domain(hal_fingerprint_default, hal_thermal);
|
||||||
|
|
||||||
|
# allow fingerprint to read sysfs_leds
|
||||||
|
allow hal_fingerprint_default sysfs_leds:file r_file_perms;
|
||||||
|
allow hal_fingerprint_default sysfs_leds:dir r_dir_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue