CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/09/02 12:11:28
Modified files: sys/kern : kern_proc.c kern_prot.c tty_tty.c sys/sys : proc.h ttycom.h Log message: add a concept of 'verified auth' to sessions. When set via ioctl, the user and parent process are recorded. Later, this info may be tested and used to bypass authorization requirements. ie, doas won't ask for your password again. Great idea from henning. ok deraadt guenther henning