Merge "Allow fingerprint hal to read sysfs_leds" into udc-dev
This commit is contained in:
commit
2f8f23232a
1 changed files with 4 additions and 0 deletions
|
@ -33,3 +33,7 @@ allow hal_fingerprint_default sysfs_trusty:file rw_file_perms;
|
||||||
# Allow fingerprint to access display hal
|
# Allow fingerprint to access display hal
|
||||||
allow hal_fingerprint_default hal_pixel_display_service:service_manager find;
|
allow hal_fingerprint_default hal_pixel_display_service:service_manager find;
|
||||||
binder_call(hal_fingerprint_default, hal_graphics_composer_default)
|
binder_call(hal_fingerprint_default, hal_graphics_composer_default)
|
||||||
|
|
||||||
|
# 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