Actually make top suid root
This commit is contained in:
parent
153e2c406c
commit
636b368dd0
|
|
@ -1618,7 +1618,7 @@ install: \
|
||||||
install -cs -o bin $? $@
|
install -cs -o bin $? $@
|
||||||
|
|
||||||
/usr/bin/top: top
|
/usr/bin/top: top
|
||||||
install -cs -o root -S 4755 $? $@
|
install -cs -o root -m 4755 $? $@
|
||||||
|
|
||||||
/usr/bin/touch: touch
|
/usr/bin/touch: touch
|
||||||
install -cs -o bin $? $@
|
install -cs -o bin $? $@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user