From fbecca1bed1b6daf10341304af2156baabc7af57 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Aug 2017 14:03:27 +0200 Subject: Tweak outdated documentation and comments Signed-off-by: Denys Vlasenko --- networking/arping.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'networking/arping.c') diff --git a/networking/arping.c b/networking/arping.c index 71672957e..3fd54a287 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()); { -- cgit v1.2.3