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
a5b5ab26
Commit
a5b5ab26
authored
7 years ago
by
Jeff Vander Stoep
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "system_server: grant read access to vendor/framework" am:
5b1c3b69
am:
d69acbbf
am:
e39ba338
Change-Id: I56e9182157c8de6c3135ae8a33962bca46c405dd
parents
a9d3fd90
e39ba338
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/bug_map
+0
-1
0 additions, 1 deletion
private/bug_map
private/system_server.te
+2
-3
2 additions, 3 deletions
private/system_server.te
with
2 additions
and
4 deletions
private/bug_map
+
0
−
1
View file @
a5b5ab26
...
@@ -7,7 +7,6 @@ priv_app sysfs dir 72749888
...
@@ -7,7 +7,6 @@ priv_app sysfs dir 72749888
priv_app sysfs_android_usb file 72749888
priv_app sysfs_android_usb file 72749888
priv_app system_data_file dir 72811052
priv_app system_data_file dir 72811052
system_server crash_dump process 73128755
system_server crash_dump process 73128755
system_server vendor_framework_file dir 68826235
untrusted_app_25 system_data_file dir 72550646
untrusted_app_25 system_data_file dir 72550646
untrusted_app_27 system_data_file dir 72550646
untrusted_app_27 system_data_file dir 72550646
usbd usbd capability 72472544
usbd usbd capability 72472544
...
...
This diff is collapsed.
Click to expand it.
private/system_server.te
+
2
−
3
View file @
a5b5ab26
...
@@ -336,10 +336,9 @@ allow system_server apk_data_file:{ file lnk_file } { create_file_perms link };
...
@@ -336,10 +336,9 @@ allow system_server apk_data_file:{ file lnk_file } { create_file_perms link };
allow system_server apk_tmp_file:dir create_dir_perms;
allow system_server apk_tmp_file:dir create_dir_perms;
allow system_server apk_tmp_file:file create_file_perms;
allow system_server apk_tmp_file:file create_file_perms;
# Access /vendor/app
# Access /vendor/
{
app
,framework,overlay}
r_dir_file(system_server, vendor_app_file)
r_dir_file(system_server, vendor_app_file)
r_dir_file(system_server, vendor_framework_file)
# Access /vendor/app
r_dir_file(system_server, vendor_overlay_file)
r_dir_file(system_server, vendor_overlay_file)
# Manage /data/app-private.
# Manage /data/app-private.
...
...
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