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
a50a5eaa
Commit
a50a5eaa
authored
9 years ago
by
Nick Kralevich
Committed by
android-build-merger
9 years ago
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
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
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
register
or
sign in
to comment