pam_chroot is a Linux PAM module that allows a user to be chrooted in auth, account, or session. Its configuration employs a flexible syntax that allows users to be selectively chrooted based upon usernames or group membership.
| Tags | Systems Administration |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Changes: This change includes minor bugfixes in the source, a revamp of the code formatting, and adjustments to the Makefile that make it respect externally-set environment variables.


Changes: The offset in the onerr= strcmp was fixed and examples were added to the sample chroot.conf.


Changes: Support was added for security checks on the conf file and chroot_dir.


Changes: This release added support for extended regular expressions, user/group matching, and back-references in the chroot directory construction. Memory leaks were fixed.