From 153e2c406c4a5a8464827e1f85c784de1cffa7ae Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 31 Jul 2006 14:37:56 +0000 Subject: [PATCH] make top suid root to do getsysinfo. --- commands/simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 58fa74c80..d5f74f3a8 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -1618,7 +1618,7 @@ install: \ install -cs -o bin $? $@ /usr/bin/top: top - install -cs -o bin $? $@ + install -cs -o root -S 4755 $? $@ /usr/bin/touch: touch install -cs -o bin $? $@ -- 2.44.0