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: I68502cce84067dd230bec8e4b02491b5f6bb79fd
This commit is contained in:
commit
a312c79491
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