Skip to content
Snippets Groups Projects
Commit 1971b13e authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Allow dumpstate to run ss.

am: bb9b4dd8

Change-Id: Iaff8ca029168072e061ba66cde1f7c0f91366ff5
parents bfde4e0b bb9b4dd8
Branches
Tags
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.
Please register or to comment