Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
382381b6
Commit
382381b6
authored
12 years ago
by
Stephen Smalley
Committed by
Android Git Automerger
12 years ago
Browse files
Options
Downloads
Plain Diff
am
3ac1d26a
: Switch app_* and isolated to _app and _isolated in seapp_contexts.
* commit '
3ac1d26a
': Switch app_* and isolated to _app and _isolated in seapp_contexts.
parents
acbded32
3ac1d26a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
seapp_contexts
+9
-7
9 additions, 7 deletions
seapp_contexts
with
9 additions
and
7 deletions
seapp_contexts
+
9
−
7
View file @
382381b6
...
...
@@ -8,6 +8,8 @@
# An unspecified isSystemServer defaults to false.
# An unspecified string selector will match any value.
# 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).
# Matching is case-insensitive.
# Precedence rules:
...
...
@@ -33,10 +35,10 @@ isSystemServer=true domain=system
user=system domain=system_app type=system_data_file
user=nfc domain=nfc type=nfc_data_file
user=radio domain=radio type=radio_data_file
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=shared domain=shared_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 name=com.android.browser domain=browser_app type=platform_app_data_file
user=isolated domain=isolated_app 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=shared domain=shared_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 name=com.android.browser domain=browser_app type=platform_app_data_file
user=
_
isolated domain=isolated_app levelFromUid=true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment