CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/14 03:08:10
Modified files:
include : login_cap.h
etc : rc daily
lib/libc/gen : login_cap.c
Log message:
Implement XDG_RUNTIME_DIR support through setusercontext(LOGIN_SETXDGENV)
If LOGIN_SETXDGENV is passed in the flags, ensure the presence and
usability of a runtime directory dedicated to <uid>. Set the
XDG_RUNTIME_DIR variable only if the directory is usable.
With feedback from deraadt@, matthieu@ and guenther@.
ok deraadt@ robert@