Merge "Clarify comments on 3rd party app attributes."

This commit is contained in:
Steven Moreland 2020-09-21 22:28:50 +00:00 committed by Gerrit Code Review
commit ab6d3eb06c
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,8 @@
### Untrusted_app_all.
###
### This file defines the rules shared by all untrusted app domains except
### ephemeral_app for instant apps.
### ephemeral_app for instant apps and isolated_app (which has a reduced
### permission set).
### Apps are labeled based on mac_permissions.xml (maps signer and
### optionally package name to seinfo value) and seapp_contexts (maps UID
### and optionally seinfo value to domain for process and type for data

View file

@ -184,7 +184,7 @@ attribute mlstrustedobject;
# All domains used for apps.
attribute appdomain;
# All third party apps.
# All third party apps (except isolated_app and ephemeral_app)
attribute untrusted_app_all;
# All domains used for apps with network access.