From: Ben Gras Date: Mon, 31 Jul 2006 14:37:56 +0000 (+0000) Subject: make top suid root to do getsysinfo. X-Git-Tag: v3.1.3~221 X-Git-Url: http://zhaoyanbai.com/repos/doc/html/index.html?a=commitdiff_plain;h=153e2c406c4a5a8464827e1f85c784de1cffa7ae;p=minix.git make top suid root to do getsysinfo. --- 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 $? $@