Skip to content
Snippets Groups Projects
Commit bb9b4dd8 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Allow dumpstate to run ss.

(cherry picked from commit 63c7ad6e)

Bug: 23113288
Test: see http://ag/1476096
Change-Id: I3beb21f1af092c93eceb3d5115f823c1b993727d
parent 96031a83
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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