CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/21 22:57:20
Modified files:
usr.bin/doas : doas.c
Log message:
pledge in doas. startup pledge "stdio rpath getpw proc exec id". 4
more times after that more attributes are dropped: "proc" after bsd
auth has spawned/received result from the login_* program; "getpw"
after the final getpwent lookup, "id" after the final uid changing,
and "rpath" after constructing getcwd. leaving only "exec", for the
ride into execve().
