Actually make top suid root

This commit is contained in:
Ben Gras 2006-07-31 15:06:53 +00:00
parent 153e2c406c
commit 636b368dd0

View File

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