xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/ephemeral_app.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1###
2### Ephemeral apps.
3###
4### This file defines the security policy for apps with the ephemeral
5### feature.
6###
7### The ephemeral_app domain is a reduced permissions sandbox allowing
8### ephemeral applications to be safely installed and run. Non ephemeral
9### applications may also opt-in to ephemeral to take advantage of the
10### additional security features.
11###
12### PackageManager flags an app as ephemeral at install time.
13
14type ephemeral_app, domain;
15