diff options
Diffstat (limited to 'prebuilts/api/32.0/private/untrusted_app.te')
-rw-r--r-- | prebuilts/api/32.0/private/untrusted_app.te | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/prebuilts/api/32.0/private/untrusted_app.te b/prebuilts/api/32.0/private/untrusted_app.te new file mode 100644 index 000000000..6e7a99cd8 --- /dev/null +++ b/prebuilts/api/32.0/private/untrusted_app.te @@ -0,0 +1,16 @@ +### +### Untrusted apps. +### +### This file defines the rules for untrusted apps running with +### targetSdkVersion >= 30. +### +### See public/untrusted_app.te for more information about which apps are +### placed in this selinux domain. +### + +typeattribute untrusted_app coredomain; + +app_domain(untrusted_app) +untrusted_app_domain(untrusted_app) +net_domain(untrusted_app) +bluetooth_domain(untrusted_app) |