Merge "fingerprint: allow fps to access sysfs_leds" into tm-qpr-dev
This commit is contained in:
commit
c3b8cda0f5
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ hal_client_domain(hal_fingerprint_capacitance, hal_power);
|
||||||
# allow fingerprint to find fwk service
|
# allow fingerprint to find fwk service
|
||||||
allow hal_fingerprint_capacitance fwk_stats_service:service_manager find;
|
allow hal_fingerprint_capacitance fwk_stats_service:service_manager find;
|
||||||
|
|
||||||
|
# allow fingerprint to access sysfs_leds
|
||||||
|
allow hal_fingerprint_capacitance sysfs_leds:dir search;
|
||||||
|
allow hal_fingerprint_capacitance sysfs_leds:file rw_file_perms;
|
||||||
|
|
||||||
# allow fingerprint to access input_device
|
# allow fingerprint to access input_device
|
||||||
allow hal_fingerprint_capacitance input_device:dir r_dir_perms;
|
allow hal_fingerprint_capacitance input_device:dir r_dir_perms;
|
||||||
allow hal_fingerprint_capacitance input_device:chr_file rw_file_perms;
|
allow hal_fingerprint_capacitance input_device:chr_file rw_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue