Skip to content
Snippets Groups Projects
Commit 9f984318 authored by Jin Qian's avatar Jin Qian Committed by android-build-merger
Browse files

Merge "Allow dumpstate to run iotop" am: 9e61f56d am: b287decf

am: 2b31e597

Change-Id: Ie0d3b73bfd883655b487c3c41234734a1ce317ee
parents d1ee8120 2b31e597
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,9 @@ binder_call(dumpstate, installd);
# Allow dumpstate to run ip xfrm policy
allow dumpstate self:netlink_xfrm_socket { create_socket_perms_no_ioctl nlmsg_read };
# Allow dumpstate to run iotop
allow dumpstate self:netlink_socket create_socket_perms_no_ioctl;
###
### neverallow rules
###
......
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