CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/13 06:49:34
Modified files:
usr.bin/doas : doas.c
Log message:
Pledge the "-C" code path
In "Parse and check config" mode nothing is executed so pledge without
"exec" while still setuid and before reading/parsing the config file.
OK millert
