android_system_sepolicy/vendor/hal_ivn_default.te
Yu Shan 9eb72464b5 Define sepolicy for ivn HAL.
Test: manually verify ivn HAL on gcar_emu.
Bug: 274139217
Change-Id: Ie12dccb723078d83b561c152cc4458e52c0f8090
2023-04-10 17:42:51 -07:00

9 lines
290 B
Plaintext

type hal_ivn_default, domain;
hal_server_domain(hal_ivn_default, hal_ivn)
# May be started by init
type hal_ivn_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_ivn_default)
# Allow registering with service manager.
binder_call(hal_ivn_default, servicemanager)