CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/01/16 05:48:45
Modified files: sbin/mountd : mountd.c Log message: unveil privileged child's write/create to mountdtab file, drop exec It needs arbitrary read access, but only ever changes one file and is not meant to execute anything; initial r1.84 privsep from 2005 has the details. OK ratchov millert