1e09f2ebf7
Bug: 284488745 Test: atest BiometricsE2eTests:BiometricPromptAuthSuccessTest Change-Id: Ie69193964232b1a6b97877c650182fcdcd5b2cea
15 lines
593 B
Text
15 lines
593 B
Text
type hal_fingerprint_default, domain;
|
|
hal_server_domain(hal_fingerprint_default, hal_fingerprint)
|
|
|
|
type hal_fingerprint_default_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_fingerprint_default)
|
|
|
|
# android.frameworks.sensorservice through libsensorndkbridge
|
|
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;
|
|
')
|