diff options
Diffstat (limited to 'prebuilts/api/32.0/private/hal_allocator_default.te')
-rw-r--r-- | prebuilts/api/32.0/private/hal_allocator_default.te | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prebuilts/api/32.0/private/hal_allocator_default.te b/prebuilts/api/32.0/private/hal_allocator_default.te new file mode 100644 index 000000000..7aa28aa29 --- /dev/null +++ b/prebuilts/api/32.0/private/hal_allocator_default.te @@ -0,0 +1,5 @@ +type hal_allocator_default, domain, coredomain; +hal_server_domain(hal_allocator_default, hal_allocator) + +type hal_allocator_default_exec, system_file_type, exec_type, file_type; +init_daemon_domain(hal_allocator_default) |