CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/16 11:35:31
Modified files:
sbin/shutdown : shutdown.c
Log message:
initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yes
it sounds like a lot, but this will eventually run the /etc/rc scripts
to shutdown, then run reboot or halt. After looking at getpw*, drop
pledge "getpw". Later drop to just "stdio exec"...
This depends on new pledge semantics for revoke(2).
with help from jca
ok guenther millert semarie tedu jca