android_system_sepolicy/public/hal_health.te

15 lines
384 B
Plaintext
Raw Normal View History

# health info abstraction
type hal_health, domain;
type hal_health_exec, exec_type, file_type;
# hwbinder access
hwbinder_use(hal_health)
# call into healthd for callbacks
binder_call(hal_health, healthd)
# Read access to system files for HALs in
# /{system,vendor,odm}/lib[64]/hw/ in order
# to be able to open the hal implementation .so files
r_dir_file(hal_health, system_file)