Allow hal_fingerprint_default to access fwk_sensor_hwservice am: 9b54bf3665
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/17149561 Change-Id: I61c3a00cd9e0ce8b8a6adfbf0310459afe9112df
This commit is contained in:
commit
41ecb11342
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,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