Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
1971b13e
Commit
1971b13e
authored
Sep 27, 2016
by
Lorenzo Colitti
Committed by
android-build-merger
Sep 27, 2016
Browse files
Options
Downloads
Plain Diff
Allow dumpstate to run ss.
am:
bb9b4dd8
Change-Id: Iaff8ca029168072e061ba66cde1f7c0f91366ff5
parents
bfde4e0b
bb9b4dd8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumpstate.te
+3
-0
3 additions, 0 deletions
dumpstate.te
with
3 additions
and
0 deletions
dumpstate.te
+
3
−
0
View file @
1971b13e
...
...
@@ -141,6 +141,9 @@ control_logd(dumpstate)
allow dumpstate net_data_file:dir search;
allow dumpstate net_data_file:file r_file_perms;
# List sockets via ss.
allow dumpstate self:netlink_tcpdiag_socket { create_socket_perms nlmsg_read };
# Access /data/tombstones.
allow dumpstate tombstone_data_file:dir r_dir_perms;
allow dumpstate tombstone_data_file:file r_file_perms;
...
...
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