android_system_sepolicy/public/hal_allocator.te
Steven Moreland 72d18125c1 Sepolicy for allocator hal.
Bug: 32123421
Test: full build/test of allocator hal using hidl_test
Change-Id: I253b4599b6fe6e7f4a2f5f55b34cdeed9e5d769b
2016-12-22 11:39:23 -08:00

7 lines
144 B
Plaintext

# allocator subsystem
type hal_allocator, domain;
type hal_allocator_exec, exec_type, file_type;
# hwbinder access
hwbinder_use(hal_allocator)