CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/07 15:52:29
Modified files:
lib/libc/gen : getpwent.c
Log message:
stop opening the shadow database by default. only programs that request it
via the _shadow functions will open now, preventing some programs running
as root from accidentally loading password hashes it into their memory.
ok deraadt
