3b9fad192a
Apps now all share the appdomain_tmpfs type. Bug: 122854450 Test: boot Blueline with memfd enabled. Change-Id: I5eac0adc7ecd10d19aa1bdf5f72efc7ed2a3a548
14 lines
459 B
Text
14 lines
459 B
Text
###
|
|
### 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;
|