CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/17 05:59:29
Modified files:
usr.bin/ssh : session.c
Log message:
Export XDG_RUNTIME_DIR to child ssh sessions
Currently setusercontext(LOGIN_SETALL) does create the directory in
/tmp/run/user, since LOGIN_SETXDGENV is part of LOGIN_SETALL, but the
env variable wasn't exported.
ok djm@
