diff options
author | William Pitcock <nenolod@dereferenced.org> | 2015-05-31 04:44:51 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2015-05-31 04:45:13 -0500 |
commit | 86a7286025919cfee33eb599c1d12d7d187d761b (patch) | |
tree | 0439b4a8b97fafe2bd050079190f486a78386ab6 /main/busybox/bbsuid.c | |
parent | 12de199d3c0117d4a34b9622e17e4688d7741ea1 (diff) | |
download | aports-86a7286025919cfee33eb599c1d12d7d187d761b.tar.bz2 aports-86a7286025919cfee33eb599c1d12d7d187d761b.tar.xz |
main/busybox: remove ping/traceroute commands from bbsuid
Diffstat (limited to 'main/busybox/bbsuid.c')
-rw-r--r-- | main/busybox/bbsuid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/busybox/bbsuid.c b/main/busybox/bbsuid.c index 9fc9bb1972..37b89e5bc4 100644 --- a/main/busybox/bbsuid.c +++ b/main/busybox/bbsuid.c @@ -21,13 +21,10 @@ const static char * applets[] = { "/bin/mount", - "/bin/ping", - "/bin/ping6", "/bin/umount", "/usr/bin/crontab", "/usr/bin/passwd", "/usr/bin/su", - "/usr/bin/traceroute", NULL }; |