Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
f4fefd92
Commit
f4fefd92
authored
9 years ago
by
Nick Kralevich
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "domain: keep others out of system app sandbox"
parents
2f722694
5470ffeb
Branches
caf_migration/LA.UM.8.6.2.c27
Branches containing commit
Tags
LA.UM.8.6.2.c27-00900-89xx.0
LA.UM.8.6.2.c27-01200-89xx.0
LA.UM.8.6.2.c27-02100-89xx.0
LA.UM.8.6.2.r1-05900-89xx.0
LA.UM.8.6.2.r1-06100-89xx.0
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
domain.te
+8
-0
8 additions, 0 deletions
domain.te
with
8 additions
and
0 deletions
domain.te
+
8
−
0
View file @
f4fefd92
...
@@ -419,6 +419,14 @@ neverallow {
...
@@ -419,6 +419,14 @@ neverallow {
# to installd
# to installd
neverallow installd system_data_file:file ~{ r_file_perms relabelfrom unlink };
neverallow installd system_data_file:file ~{ r_file_perms relabelfrom unlink };
# respect system_app sandboxes
neverallow {
domain
-system_app # its own sandbox
-system_server #populate com.android.providers.settings/databases/settings.db.
-installd # creation of app sandbox
} system_app_data_file:dir_file_class_set { create unlink };
#
#
# Only these domains should transition to shell domain. This domain is
# Only these domains should transition to shell domain. This domain is
# permissible for the "shell user". If you need a process to exec a shell
# permissible for the "shell user". If you need a process to exec a shell
...
...
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