diff options
author | William Pitcock <nenolod@dereferenced.org> | 2015-06-03 02:03:40 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2015-06-03 02:04:13 -0500 |
commit | 18c28edd869c6e0d0fca8ac56428b2ebe25fdc97 (patch) | |
tree | 25c98ac6e050f3bd3734312b0b1cce6138cc1f96 /main/busybox/bbsuid.c | |
parent | bf6f3a74825ff11a31620659598567d217447a63 (diff) | |
download | aports-18c28edd869c6e0d0fca8ac56428b2ebe25fdc97.tar.bz2 aports-18c28edd869c6e0d0fca8ac56428b2ebe25fdc97.tar.xz |
Revert "main/busybox: remove ping/traceroute commands from bbsuid"
This reverts commit 86a7286025919cfee33eb599c1d12d7d187d761b.
Diffstat (limited to 'main/busybox/bbsuid.c')
-rw-r--r-- | main/busybox/bbsuid.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/busybox/bbsuid.c b/main/busybox/bbsuid.c index 37b89e5bc4..9fc9bb1972 100644 --- a/main/busybox/bbsuid.c +++ b/main/busybox/bbsuid.c @@ -21,10 +21,13 @@ 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 }; |