make top suid root to do getsysinfo.

This commit is contained in:
Ben Gras 2006-07-31 14:37:56 +00:00
parent 99644bed66
commit 153e2c406c

View file

@ -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 $? $@