1typeattribute setupwraith_app coredomain;
2
3app_domain(setupwraith_app)
4
5# Access the network.
6net_domain(setupwraith_app)
7# Access bluetooth.
8bluetooth_domain(setupwraith_app)
9
10allow setupwraith_app app_api_service:service_manager find;
11allow setupwraith_app system_api_service:service_manager find;
12
13allow setupwraith_app audioserver_service:service_manager find;
14allow setupwraith_app mediaextractor_service:service_manager find;
15allow setupwraith_app mediametrics_service:service_manager find;
16allow setupwraith_app mediaserver_service:service_manager find;
17
18allow setupwraith_app postinstall_mnt_dir:dir getattr;
19allow setupwraith_app self:process ptrace;
20allow setupwraith_app shell_data_file:file r_file_perms;
21allow setupwraith_app shell_data_file:dir r_dir_perms;
22allow setupwraith_app shell_test_data_file:dir search;
23allow setupwraith_app system_linker_exec:file execute_no_trans;
24
25# Allow running subproc of DRM.
26allow setupwraith_app privapp_data_file:file execute;
27
28allow setupwraith_app privapp_data_file:lnk_file create_file_perms;
29