make top suid root to do getsysinfo.
This commit is contained in:
parent
99644bed66
commit
153e2c406c
1 changed files with 1 additions and 1 deletions
|
@ -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 $? $@
|
||||
|
|
Loading…
Reference in a new issue