* Fixes:
- loop-linux: wait for loop device deallocation to succeed
- crypto: avoid premature attempt of unloading the loop device
- mtab: cope with mtab-less systems in staleness check
* Changes:
- mount.crypt: reduce mtab-less message from error to warning
Changes:
* config: options need to have a space for mount.fuse
* pam_mount: fix truncation of groups on FUSE mounts
* pam_mount: reimplement mkmountpoint
* pam_mount: remove mountpoint early when mount failed
pam_mount is a Pluggable Authentication Module that can mount volumes for a
user session. This module is aimed at environments with central file servers
that a user wishes to mount on login and unmount on logout, such as
(semi-)diskless stations where many users can logon and where statically
mounting the entire /home from a server is a security risk, or listing all
possible volumes in /etc/fstab is not feasible.
WWW: http://pam-mount.sourceforge.net/