CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2015/11/28 18:15:49
Modified files: lib/libc/sys : pledge.2 sys/kern : kern_pledge.c sys/sys : pledge.h Log message: Add pledge "pf" which allows ioctls on pf(4). This will be used by relayd and other programs manipulating the packet filter. ok deraadt@