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
599ecb9d
Commit
599ecb9d
authored
7 years ago
by
Ray Essick
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Give media.metrics service access to uid/pkg info" into oc-mr1-dev am:
123cf237
am:
91306800
Change-Id: Ia7bc742ded9f4d2aa196e058e31935faf9c98759
parents
a1baeca9
91306800
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/mediametrics.te
+3
-0
3 additions, 0 deletions
public/mediametrics.te
with
3 additions
and
0 deletions
public/mediametrics.te
+
3
−
0
View file @
599ecb9d
...
@@ -17,6 +17,9 @@ allow mediametrics proc_meminfo:file r_file_perms;
...
@@ -17,6 +17,9 @@ allow mediametrics proc_meminfo:file r_file_perms;
# allows interactions with dumpsys to GMScore
# allows interactions with dumpsys to GMScore
allow mediametrics app_data_file:file write;
allow mediametrics app_data_file:file write;
# allow access to package manager for uid->apk mapping
allow mediametrics package_native_service:service_manager find;
###
###
### 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