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
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
92d1aa19
Commit
92d1aa19
authored
10 years ago
by
Nick Kralevich
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "assert that no domain can set default properties"
parents
b8b4f43c
99aa03dc
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
domain.te
+4
-0
4 additions, 0 deletions
domain.te
with
4 additions
and
0 deletions
domain.te
+
4
−
0
View file @
92d1aa19
...
@@ -309,3 +309,7 @@ neverallow { domain -recovery } contextmount_type:dir_file_class_set
...
@@ -309,3 +309,7 @@ neverallow { domain -recovery } contextmount_type:dir_file_class_set
# New service_types are defined in service.te and new mappings
# New service_types are defined in service.te and new mappings
# from service name to service_type are defined in service_contexts.
# from service name to service_type are defined in service_contexts.
neverallow domain default_android_service:service_manager add;
neverallow domain default_android_service:service_manager add;
# Require that domains explicitly label unknown properties, and do not allow
# anyone but init to modify unknown properties.
neverallow { domain -init } default_prop:property_service set;
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