pam_rundir: Provide user runtime directory

Latest version: 1.0.0

The latest version of pam_rundir can be downloaded here. For Arch Linux users, the AUR has a PKGBUILD.

You can find the source code on this GitHub, where you can also report bugs, send suggestions or other (constructive) feedback.

What is pam_rundir ?

pam_rundir is a PAM module that can be used to provide user runtime directory on Linux systems, as described in the XDG Base Directory Specification.

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.

Read more about pam_rundir

You can check out the following blog posts.

Top of Page