From: Ben Gras Date: Mon, 31 Jul 2006 15:06:53 +0000 (+0000) Subject: Actually make top suid root X-Git-Tag: v3.1.3~220 X-Git-Url: http://zhaoyanbai.com/repos/rndc.conf.html?a=commitdiff_plain;h=636b368dd036a0afcce6a2b73e1e73e1be781a64;p=minix.git Actually make top suid root --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index d5f74f3a8..02c64e7bf 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 root -S 4755 $? $@ + install -cs -o root -m 4755 $? $@ /usr/bin/touch: touch install -cs -o bin $? $@