CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/10 06:06:07
Modified files:
etc/mtree : 4.4BSD.dist
include : login_cap.h
lib/libc/gen : login_cap.c
share/man/man5 : login.conf.5
Log message:
introduce support for storing capability databases in /etc/login.conf.d;
anytime a class is looked up, the /etc/login.conf.d/${class} file will be
checked first for a matching class definition; this will allow us to easily
add custom login classes from packages
ok millert@
