android_system_sepolicy/public/hal_light.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

6 lines
127 B
Plaintext

# hwbinder access
hwbinder_use(hal_light)
# call into system_server process (callbacks)
binder_call(hal_light, system_server)