Make ps suid root instead of sguid kmem. This makes getsysinfo
work for it.
This commit is contained in:
parent
baa3ac5853
commit
4a6cd8f878
@ -16,7 +16,7 @@ ps: ps.c /usr/include/minix/config.h /usr/include/minix/const.h \
|
||||
install -S 32kw $@
|
||||
install: /usr/bin/ps
|
||||
/usr/bin/ps: ps
|
||||
install -cs -o bin -g kmem -m 2755 $? $@
|
||||
install -cs -o root -m 4755 $? $@
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user