CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/31 01:39:13
Modified files:
usr.sbin/ifstated: ifstated.c
Log message:
ifstated(8) needs to load configfile from within the main loop, but also to
reload it on SIGHUP so unveil(2) it with read permissions. Additionally all
commands are exec'ed through /bin/sh instead of directly so we can just
unveil(2) /bin/sh with x perms.
OK deraadt@
