platform_system_sepolicy/public/hal_light.te
Steven Moreland 1ec710c8ff Sepolicy for light hal.
Bug: 32022100
Test: end to end
Change-Id: I5dd9b64c98a5c549fdaf9e47d5a92fa6963370c7
2016-11-01 21:30:51 +00:00

9 lines
213 B
Text

# light subsystem
type hal_light, domain;
type hal_light_exec, exec_type, file_type;
# hwbinder access
hwbinder_use(hal_light)
# call into system_server process (callbacks)
binder_call(hal_light, system_server)