CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/11/08 10:48:48
Modified files: usr.sbin/kvm_mkdb: kvm_mkdb.c Log message: Set the effective gid to kmem so the fchown of kvm_bsd.db is allowed by pledge(2). This requires pledge "id" but that can be dropped immediately after the setegid() call. From Theo Buehler