Allow hal_fingerprint_default to access fwk_sensor_hwservice am: 997b8974ef
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17288686 Change-Id: If57f3542180e8e0af17351c50415a8bab57306e5
This commit is contained in:
commit
3d1c17ffd7
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@ r_dir_file(hal_fingerprint_default, sysfs_chosen)
|
|||
# Allow fingerprint to access calibration blk device.
|
||||
allow hal_fingerprint_default mfg_data_block_device:blk_file rw_file_perms;
|
||||
allow hal_fingerprint_default block_device:dir search;
|
||||
|
||||
# Allow fingerprint to access fwk_sensor_hwservice
|
||||
allow hal_fingerprint_default fwk_sensor_hwservice:hwservice_manager find;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue