aboutsummaryrefslogtreecommitdiffstats
path: root/dumpstate.te
diff options
context:
space:
mode:
Diffstat (limited to 'dumpstate.te')
-rw-r--r--dumpstate.te3
1 files changed, 0 insertions, 3 deletions
diff --git a/dumpstate.te b/dumpstate.te
index 8ecb6cc..749cc46 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -47,9 +47,6 @@ allow dumpstate { appdomain system_server }:process signal;
# This list comes from native_processes_to_dump in dumpstate/utils.c
allow dumpstate { drmserver mediaserver sdcardd surfaceflinger }:process signal;
-# The /system/bin/ip command needs this for routing table information.
-allow dumpstate self:netlink_route_socket { write getattr setopt };
-
# The vdc command needs to talk to the vold socket.
unix_socket_connect(dumpstate, vold, vold)