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
23a52be6
Commit
23a52be6
authored
11 years ago
by
Stephen Smalley
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
1b487cb6
: am
8840fa7f
: Split system_app from system.
* commit '
1b487cb6
': Split system_app from system.
parents
586d7624
1b487cb6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
system.te
+4
-5
4 additions, 5 deletions
system.te
system_app.te
+9
-0
9 additions, 0 deletions
system_app.te
with
13 additions
and
5 deletions
system.te
+
4
−
5
View file @
23a52be6
type system_app, domain;
#
permissive system_app;
# System Server aka system_server spawned by zygote.
app_domain(system_app)
# Most of the framework services run in this process.
unconfined_domain(system_app)
#
type system, domain;
type system, domain;
permissive system;
permissive system;
unconfined_domain(system);
unconfined_domain(system);
...
...
This diff is collapsed.
Click to expand it.
system_app.te
0 → 100644
+
9
−
0
View file @
23a52be6
#
# Apps that run with the system UID, e.g. com.android.system.ui,
# com.android.settings. These are not as privileged as the system
# server.
#
type system_app, domain;
permissive system_app;
app_domain(system_app)
unconfined_domain(system_app)
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