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
fa4002fc
Commit
fa4002fc
authored
11 years ago
by
Nick Kralevich
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Adding permissions needed to remove cache"
parents
1bf61c43
9cc6d8d5
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
installd.te
+2
-2
2 additions, 2 deletions
installd.te
with
2 additions
and
2 deletions
installd.te
+
2
−
2
View file @
fa4002fc
...
@@ -16,8 +16,8 @@ allow installd apk_data_file:file r_file_perms;
...
@@ -16,8 +16,8 @@ allow installd apk_data_file:file r_file_perms;
allow installd apk_tmp_file:file r_file_perms;
allow installd apk_tmp_file:file r_file_perms;
allow installd system_file:file x_file_perms;
allow installd system_file:file x_file_perms;
allow installd cgroup:dir create_dir_perms;
allow installd cgroup:dir create_dir_perms;
allow installd download_file:dir { r_dir_perms };
allow installd download_file:dir { r_dir_perms
write remove_name
};
allow installd download_file:file { r_file_perms };
allow installd download_file:file { r_file_perms
unlink
};
dontaudit installd self:capability sys_admin;
dontaudit installd self:capability sys_admin;
# Check validity of SELinux context before use.
# Check validity of SELinux context before use.
selinux_check_context(installd)
selinux_check_context(installd)
...
...
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