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
00fdd711
Commit
00fdd711
authored
9 years ago
by
Jeff Vander Stoep
Browse files
Options
Downloads
Patches
Plain Diff
autoplay_app: cgroup write perms moved to domain
Remove from autoplay Change-Id: Ic9f019f69e5f2dff5e2b8d03d39052486660d791
parent
327da659
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autoplay_app.te
+0
-4
0 additions, 4 deletions
autoplay_app.te
with
0 additions
and
4 deletions
autoplay_app.te
+
0
−
4
View file @
00fdd711
...
@@ -41,10 +41,6 @@ allow autoplay_app zygote:unix_dgram_socket write;
...
@@ -41,10 +41,6 @@ allow autoplay_app zygote:unix_dgram_socket write;
allow autoplay_app autoplay_data_file:dir create_dir_perms;
allow autoplay_app autoplay_data_file:dir create_dir_perms;
allow autoplay_app autoplay_data_file:{ file sock_file fifo_file } create_file_perms;
allow autoplay_app autoplay_data_file:{ file sock_file fifo_file } create_file_perms;
# For /acct/uid/*/tasks.
allow autoplay_app cgroup:dir { search write };
allow autoplay_app cgroup:file w_file_perms;
# For art.
# For art.
allow autoplay_app dalvikcache_data_file:file { execute r_file_perms };
allow autoplay_app dalvikcache_data_file:file { execute r_file_perms };
allow autoplay_app dalvikcache_data_file:lnk_file r_file_perms;
allow autoplay_app dalvikcache_data_file:lnk_file r_file_perms;
...
...
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