Skip to content
Snippets Groups Projects
Commit 7f5975ca authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am 382381b6: am 3ac1d26a: Switch app_* and isolated to _app and _isolated in seapp_contexts.

* commit '382381b6':
  Switch app_* and isolated to _app and _isolated in seapp_contexts.
parents 128db962 382381b6
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
# An unspecified isSystemServer defaults to false. # An unspecified isSystemServer defaults to false.
# An unspecified string selector will match any value. # An unspecified string selector will match any value.
# A user string selector that ends in * will perform a prefix match. # A user string selector that ends in * will perform a prefix match.
# user=_app will match any regular app UID.
# user=_isolated will match any isolated service UID.
# All specified input selectors in an entry must match (i.e. logical AND). # All specified input selectors in an entry must match (i.e. logical AND).
# Matching is case-insensitive. # Matching is case-insensitive.
# Precedence rules: # Precedence rules:
...@@ -33,10 +35,10 @@ isSystemServer=true domain=system ...@@ -33,10 +35,10 @@ isSystemServer=true domain=system
user=system domain=system_app type=system_data_file user=system domain=system_app type=system_data_file
user=nfc domain=nfc type=nfc_data_file user=nfc domain=nfc type=nfc_data_file
user=radio domain=radio type=radio_data_file user=radio domain=radio type=radio_data_file
user=app_* domain=untrusted_app type=app_data_file levelFromUid=true user=_app domain=untrusted_app type=app_data_file levelFromUid=true
user=app_* seinfo=platform domain=platform_app type=platform_app_data_file user=_app seinfo=platform domain=platform_app type=platform_app_data_file
user=app_* seinfo=shared domain=shared_app type=platform_app_data_file user=_app seinfo=shared domain=shared_app type=platform_app_data_file
user=app_* seinfo=media domain=media_app type=platform_app_data_file user=_app seinfo=media domain=media_app type=platform_app_data_file
user=app_* seinfo=release domain=release_app type=platform_app_data_file user=_app seinfo=release domain=release_app type=platform_app_data_file
user=app_* seinfo=release name=com.android.browser domain=browser_app type=platform_app_data_file user=_app seinfo=release name=com.android.browser domain=browser_app type=platform_app_data_file
user=isolated domain=isolated_app levelFromUid=true user=_isolated domain=isolated_app levelFromUid=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment