CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2018/11/14 20:04:10
Modified files: libexec/getty : main.c pathnames.h Log message: Theodore Wynnychenko discovered the gettytab "lo=path" feature didn't work anymore with unveil wired to /usr/bin/login. So let's parse gettytab a bit earlier to learn which login path to unveil. Later in the loop gettytab is re-parsed, if the login changes re-exec getty to reach the unveil from the top. ok millert, also discussed with mestre