1 type system_app, domain; 2 permissive system_app; 3 app_domain(system_app) 4 unconfined_domain(system_app) 5 6 type system, domain; 7 permissive system; 8 unconfined_domain(system); 9 relabelto_domain(system); 10 11 # Create a socket for receiving info from wpa. 12 type_transition system wifi_data_file:sock_file system_wpa_socket; 13 allow system self:zygote { specifyids specifyrlimits specifyseinfo }; 14 15 allow system backup_data_file:dir relabelto; 16 allow system cache_backup_file:dir relabelto; 17 allow system apk_data_file:file relabelto; 18 allow system apk_tmp_file:file relabelto; 19 allow system apk_private_tmp_file:file relabelto; 20