platform_system_sepolicy/private/hal_light_default.te
dcashman 3319d5ee16 Move hal_light to attribute.
HAL policy defines how the platform and a given HAL interact, but not how the
HAL is implemented.  This policy should be represented as an attribute that all
processes implementing the HAL can include.

Bug: 32123421
Test: Builds.
Change-Id: I17e5612c0835773c28e14f09e2ce7bdc3f210c15
2016-11-18 08:40:04 -08:00

5 lines
158 B
Text

type hal_light_default, hal_light, domain;
type hal_light_default_exec, exec_type, file_type;
# may be started by init
init_daemon_domain(hal_light_default)