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
88a65e24
Commit
88a65e24
authored
Jul 10, 2014
by
Colin Cross
Committed by
Android Git Automerger
Jul 10, 2014
Browse files
Options
Downloads
Plain Diff
am
bfd4eac7
: am
5d60f04e
: sepolicy: allow system server to remove cgroups
* commit '
bfd4eac7
': sepolicy: allow system server to remove cgroups
parents
efcb5947
bfd4eac7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
system_server.te
+3
-0
3 additions, 0 deletions
system_server.te
with
3 additions
and
0 deletions
system_server.te
+
3
−
0
View file @
88a65e24
...
...
@@ -385,6 +385,9 @@ allow system_server keystore:keystore_key {
allow system_server persistent_data_block_device:blk_file rw_file_perms;
allow system_server block_device:dir search;
# Clean up old cgroups
allow system_server cgroup:dir { remove_name rmdir };
###
### Neverallow rules
###
...
...
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