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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
8e4bedd4
Commit
8e4bedd4
authored
Nov 28, 2017
by
Calin Juravle
Committed by
android-build-merger
Nov 28, 2017
Browse files
Options
Downloads
Plain Diff
Allow system server to open profiles
am:
15da30b6
Change-Id: I6a06b84d6319680d73d38ec16ca6e142d79290d1
parents
ab35e434
15da30b6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/system_server.te
+7
-0
7 additions, 0 deletions
private/system_server.te
with
7 additions
and
0 deletions
private/system_server.te
+
7
−
0
View file @
8e4bedd4
...
@@ -720,6 +720,13 @@ with_asan(`
...
@@ -720,6 +720,13 @@ with_asan(`
allow system_server zygote_exec:file rx_file_perms;
allow system_server zygote_exec:file rx_file_perms;
')
')
# ART Profiles.
# Allow system_server to open profile snapshots for read.
# System server never reads the actual content. It passes the descriptor to
# to privileged apps which acquire the permissions to inspect the profiles.
allow system_server user_profile_data_file:dir { search };
allow system_server user_profile_data_file:file { open read };
###
###
### Neverallow rules
### Neverallow rules
###
###
...
...
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