HomeSort by relevance Sort by last modified time
    Searched refs:untrusted_app (Results 1 - 2 of 2) sorted by null

  /system/sepolicy/
untrusted_app.te 8 ### directory). The untrusted_app domain is the default assignment in
19 ### untrusted_app includes all the appdomain rules, plus the
23 type untrusted_app, domain;
24 app_domain(untrusted_app)
25 net_domain(untrusted_app)
26 bluetooth_domain(untrusted_app)
30 allow untrusted_app app_data_file:file { rx_file_perms execmod };
33 allow untrusted_app asec_apk_file:file r_file_perms;
34 allow untrusted_app asec_apk_file:dir r_dir_perms;
36 allow untrusted_app asec_public_file:file { execute execmod }
    [all...]
app.te 5 ### Other policy files, such as isolated_app.te, untrusted_app.te, etc
295 neverallow { untrusted_app isolated_app shell } graphics_device:chr_file { read write };

Completed in 56 milliseconds