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

Allow dumpstate to run ss. am: bb9b4dd8

am: 1971b13e

Change-Id: I63401682aafffd24793deddef6d5c63aae4ceebf
parents 53452b08 1971b13e
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,9 @@ control_logd(dumpstate) ...@@ -141,6 +141,9 @@ control_logd(dumpstate)
allow dumpstate net_data_file:dir search; allow dumpstate net_data_file:dir search;
allow dumpstate net_data_file:file r_file_perms; 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. # Access /data/tombstones.
allow dumpstate tombstone_data_file:dir r_dir_perms; allow dumpstate tombstone_data_file:dir r_dir_perms;
allow dumpstate tombstone_data_file:file r_file_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