diff options
Diffstat (limited to 'prebuilts/api/32.0/public/ephemeral_app.te')
-rw-r--r-- | prebuilts/api/32.0/public/ephemeral_app.te | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/prebuilts/api/32.0/public/ephemeral_app.te b/prebuilts/api/32.0/public/ephemeral_app.te new file mode 100644 index 000000000..dc39a22b5 --- /dev/null +++ b/prebuilts/api/32.0/public/ephemeral_app.te @@ -0,0 +1,14 @@ +### +### Ephemeral apps. +### +### This file defines the security policy for apps with the ephemeral +### feature. +### +### The ephemeral_app domain is a reduced permissions sandbox allowing +### ephemeral applications to be safely installed and run. Non ephemeral +### applications may also opt-in to ephemeral to take advantage of the +### additional security features. +### +### PackageManager flags an app as ephemeral at install time. + +type ephemeral_app, domain; |