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
ed413a82
Commit
ed413a82
authored
8 years ago
by
Narayan Kamath
Committed by
Android (Google) Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "sepolicy: broaden system_server access to foreign_dex_data_file." into nyc-dev
parents
a34afee0
d82df3bd
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
system_server.te
+2
-2
2 additions, 2 deletions
system_server.te
with
2 additions
and
2 deletions
system_server.te
+
2
−
2
View file @
ed413a82
...
...
@@ -15,8 +15,8 @@ allow system_server dalvikcache_data_file:dir r_dir_perms;
# We need search on top level directories so that we can get to the files
allow system_server user_profile_data_file:dir search;
allow system_server user_profile_data_file:file getattr;
allow system_server user_profile_foreign_dex_data_file:dir { open read write search remove_name };
allow system_server user_profile_foreign_dex_data_file:file { getattr unlink };
allow system_server user_profile_foreign_dex_data_file:dir {
add_name
open read write search remove_name };
allow system_server user_profile_foreign_dex_data_file:file { getattr
rename
unlink };
# /data/resource-cache
allow system_server resourcecache_data_file: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