pam_rundir - Provide user runtime directory
pam_rundir
pam_rundir is a PAM module that can be used to provide user runtime directory, as described in the XDG Base Directory Specification[1].
The directory will be created on login (open session) and removed on logout (close session), and its full path made available in an environment variable, usually $XDG_RUNTIME_DIR.
Only the session module type is provided.
The suggested usage is:
session optional pam_rundir.so
pam.conf(5), pam.d(5), pam(8)
They're probably crawling somewhere in there... if you happen to catch one, (or more) report it and I'll do my best to squash it.
You can find the latest source code of pam_rundir as well as report bugs and/or suggest features on its GitHub repository, available at https://github.com/jjk-jacky/pam_rundir; or visit its official website at http://jjacky.com/pam_rundir
- Olivier Brunel <[email protected]>