Skip to content
Snippets Groups Projects
Commit 797f32b2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Grant access to net_raw and net_admin to dumpstate."

parents 108b74a1 51fdddaf
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,13 @@ allow dumpstate self:capability { setuid setgid sys_resource }; ...@@ -13,8 +13,13 @@ allow dumpstate self:capability { setuid setgid sys_resource };
# Allow dumpstate to scan through /proc/pid for all processes # Allow dumpstate to scan through /proc/pid for all processes
r_dir_file(dumpstate, domain) r_dir_file(dumpstate, domain)
# Send signals to processes allow dumpstate self:capability {
allow dumpstate self:capability kill; # Send signals to processes
kill
# Run iptables
net_raw
net_admin
};
# Allow executing files on system, such as: # Allow executing files on system, such as:
# /system/bin/toolbox # /system/bin/toolbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment