CVSROOT: /cvs Module name: src Changes by: nat...@cvs.openbsd.org 2016/03/06 06:40:23
Modified files: sbin/mknod : mknod.c Log message: Tighten mknod pledge(). The wpath, cpath and fattr promises are not required for calling mknod(2), dpath is enough. ok semarie@ testing and ok tb@