CVSROOT: /cvs Module name: src Changes by: akosh...@cvs.openbsd.org 2018/10/24 12:06:22
Modified files: usr.sbin/switchctl: switchctl.c Log message: As per advice from claudio@, further restrict the pledge in switchctl(8). Only stdio is needed when running the 'show *' commands. Everything else is only needed while parsing args and opening sockets. OK claudio@ deraadt@ phessler@