Allow hal_fingerprint_default to have pipe read access
Bug: 284488745 Test: atest BiometricsE2eTests:BiometricPromptAuthSuccessTest Change-Id: Ie69193964232b1a6b97877c650182fcdcd5b2cea
This commit is contained in:
parent
46288c6b97
commit
1e09f2ebf7
1 changed files with 5 additions and 0 deletions
5
vendor/hal_fingerprint_default.te
vendored
5
vendor/hal_fingerprint_default.te
vendored
|
@ -8,3 +8,8 @@ init_daemon_domain(hal_fingerprint_default)
|
|||
allow hal_fingerprint_default fwk_sensor_service:service_manager find;
|
||||
|
||||
set_prop(hal_fingerprint_default, virtual_fingerprint_hal_prop)
|
||||
|
||||
userdebug_or_eng(`
|
||||
# Allow fingerprint hal to read app-created pipes (to respond shell commands from test apps)
|
||||
allow hal_fingerprint_default appdomain:fifo_file read;
|
||||
')
|
||||
|
|
Loading…
Reference in a new issue