CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/10/25 00:41:38
Modified files:
usr.bin/passwd : local_passwd.c
Log message:
unveil(2) the following files for passwd(1) with their corresponding
permissions:
_PATH_MASTERPASSWD_LOCK - write/create permissions
_PATH_MASTERPASSWD - read permission
_PATH_BSHELL - execute permission (required since we might need to spawn an
external passwordcheck program if defined in /etc/login.conf)
_PATH_PWD_MKDB - execute permission
OK millert@ deraadt@