CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/02 22:47:56
Modified files:
usr.bin/encrypt: encrypt.c
Log message:
The first unveil userland commit!
unveil _PATH_LOGIN_CONF (/etc/login.conf) which is used by
login_getclass(3) and family before doing password encode. This
is the only filename used by the program during runtime, everything
else happens on stdin/stdout.
