diff options
Diffstat (limited to 'prebuilts/api/32.0/private/blank_screen.te')
-rw-r--r-- | prebuilts/api/32.0/private/blank_screen.te | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/prebuilts/api/32.0/private/blank_screen.te b/prebuilts/api/32.0/private/blank_screen.te new file mode 100644 index 000000000..20d50cc57 --- /dev/null +++ b/prebuilts/api/32.0/private/blank_screen.te @@ -0,0 +1,7 @@ +type blank_screen, domain, coredomain; +type blank_screen_exec, exec_type, file_type, system_file_type; + +init_daemon_domain(blank_screen) + +# hal_light_client has access to hal_light_server +hal_client_domain(blank_screen, hal_light) |