Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.22 KB

pam_rundir.pod

File metadata and controls

60 lines (34 loc) · 1.22 KB

NAME

pam_rundir - Provide user runtime directory

SYNOPSIS

pam_rundir

DESCRIPTION

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.

MODULE TYPES PROVIDED

Only the session module type is provided.

EXAMPLE

The suggested usage is:

session     optional        pam_rundir.so

NOTES

[1]

http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

SEE ALSO

pam.conf(5), pam.d(5), pam(8)

BUGS

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.

REPOSITORY

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

AUTHOR

Olivier Brunel <[email protected]>