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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matombo
AndroidSystemSEPolicy
Commits
c6c6aba0
Commit
c6c6aba0
authored
Sep 20, 2012
by
Stephen Smalley
Committed by
Android Git Automerger
Sep 20, 2012
Browse files
Options
Downloads
Plain Diff
am
061f254d
: Define security labeling for isolated processes.
* commit '
061f254d
': Define security labeling for isolated processes.
parents
9822c1d0
061f254d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app.te
+4
-0
4 additions, 0 deletions
app.te
seapp_contexts
+1
-0
1 addition, 0 deletions
seapp_contexts
with
5 additions
and
0 deletions
app.te
+
4
−
0
View file @
c6c6aba0
...
...
@@ -67,6 +67,10 @@ bluetooth_domain(release_app)
# Read logs.
allow release_app log_device:chr_file read;
# Services with isolatedProcess=true in their manifest.
type isolated_app, domain;
app_domain(isolated_app)
#
# An example of a specific domain for a specific app
# A domain for com.android.browser.
...
...
...
...
This diff is collapsed.
Click to expand it.
seapp_contexts
+
1
−
0
View file @
c6c6aba0
...
...
@@ -39,3 +39,4 @@ 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
sign in
to comment