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
a50a5eaa
Commit
a50a5eaa
authored
Jan 8, 2016
by
Nick Kralevich
Committed by
android-build-merger
Jan 8, 2016
Browse files
Options
Downloads
Plain Diff
priv_app.te: refine cache_recovery_file auditallow rules
am:
eb6656ce
* commit '
eb6656ce
': priv_app.te: refine cache_recovery_file auditallow rules
parents
516a0093
eb6656ce
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
priv_app.te
+2
-2
2 additions, 2 deletions
priv_app.te
with
2 additions
and
2 deletions
priv_app.te
+
2
−
2
View file @
a50a5eaa
...
@@ -36,8 +36,8 @@ allow priv_app mnt_media_rw_file:dir search;
...
@@ -36,8 +36,8 @@ allow priv_app mnt_media_rw_file:dir search;
allow priv_app { cache_file cache_recovery_file }:dir create_dir_perms;
allow priv_app { cache_file cache_recovery_file }:dir create_dir_perms;
allow priv_app { cache_file cache_recovery_file }:file create_file_perms;
allow priv_app { cache_file cache_recovery_file }:file create_file_perms;
auditallow priv_app cache_recovery_file:dir
create
_dir_perms;
auditallow priv_app cache_recovery_file:dir
no_w
_dir_perms;
auditallow priv_app cache_recovery_file:file
create
_file_perms;
auditallow priv_app cache_recovery_file:file
no_w
_file_perms;
# Access to /data/media.
# Access to /data/media.
allow priv_app media_rw_data_file:dir create_dir_perms;
allow priv_app media_rw_data_file:dir create_dir_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
sign in
to comment