diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/arping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/arping.c b/networking/arping.c index 7167295..3fd54a2 100644 --- a/networking/arping.c +++ b/networking/arping.c @@ -295,8 +295,8 @@ int arping_main(int argc UNUSED_PARAM, char **argv) sock_fd = xsocket(AF_PACKET, SOCK_DGRAM, 0); - // Drop suid root privileges - // Need to remove SUID_NEVER from applets.h for this to work + // If you ever change BB_SUID_DROP to BB_SUID_REQUIRE, + // drop suid root privileges here: //xsetuid(getuid()); { |