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
ed2011f0
Commit
ed2011f0
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
Change-Id: Ia616f226a414bf86b3237f0469925117adb152a4
parents
43eab5d8
7c89c5fd
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
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 @
ed2011f0
...
...
@@ -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