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
591867db
Commit
591867db
authored
8 years ago
by
Dmitry Shmidt
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "dumpstate: Fix wificond access" am:
b0711616
am:
4df9f676
Change-Id: Icae49a03edfc71984efbc13d2d98df2ab2420696
parents
8106099b
4df9f676
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dumpstate.te
+1
-2
1 addition, 2 deletions
dumpstate.te
wificond.te
+4
-0
4 additions, 0 deletions
wificond.te
with
5 additions
and
2 deletions
dumpstate.te
+
1
−
2
View file @
591867db
...
@@ -100,8 +100,7 @@ allow dumpstate { dm_device cache_block_device }:blk_file getattr;
...
@@ -100,8 +100,7 @@ allow dumpstate { dm_device cache_block_device }:blk_file getattr;
# Allow dumpstate to make binder calls to any binder service
# Allow dumpstate to make binder calls to any binder service
binder_call(dumpstate, binderservicedomain)
binder_call(dumpstate, binderservicedomain)
binder_call(dumpstate, { appdomain autoplay_app netd })
binder_call(dumpstate, { appdomain autoplay_app netd wificond })
# Reading /proc/PID/maps of other processes
# Reading /proc/PID/maps of other processes
allow dumpstate self:capability sys_ptrace;
allow dumpstate self:capability sys_ptrace;
...
...
This diff is collapsed.
Click to expand it.
wificond.te
+
4
−
0
View file @
591867db
...
@@ -44,3 +44,7 @@ allow wificond self:capability { setuid setgid setpcap chown };
...
@@ -44,3 +44,7 @@ allow wificond self:capability { setuid setgid setpcap chown };
allow wificond wpa_socket:dir rw_dir_perms;
allow wificond wpa_socket:dir rw_dir_perms;
allow wificond system_wpa_socket:sock_file unlink;
allow wificond system_wpa_socket:sock_file unlink;
allow wificond wpa_socket:sock_file unlink;
allow wificond wpa_socket:sock_file unlink;
# dumpstate support
allow wificond dumpstate:fd use;
allow wificond dumpstate:fifo_file write;
\ No newline at end of file
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