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
a1968754
Commit
a1968754
authored
8 years ago
by
Jin Qian
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
storaged: allow reading packages.list am:
8ad57ef6
am:
fb812648
am:
7c89c5fd
am:
ed2011f0
Change-Id: Ie8696f33721a42437ac93b1ee0d481e11d866382
parents
d1ca7e14
ed2011f0
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
private/storaged.te
+3
-1
3 additions, 1 deletion
private/storaged.te
with
3 additions
and
1 deletion
private/storaged.te
+
3
−
1
View file @
a1968754
...
...
@@ -12,6 +12,9 @@ r_dir_file(storaged, domain)
# Read /proc/uid_io/stats
allow storaged proc_uid_io_stats:file r_file_perms;
# Read /data/system/packages.list
allow storaged system_data_file:file r_file_perms;
allow storaged self:capability { setgid setuid sys_nice sys_ptrace };
userdebug_or_eng(`
...
...
@@ -22,7 +25,6 @@ userdebug_or_eng(`
# Binder permissions
allow storaged storaged_service:service_manager add;
allow storaged permission_service:service_manager find;
binder_use(storaged)
binder_call(storaged, system_server)
...
...
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