1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libpam-encfs
Section: admin
Priority: optional
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Uploaders: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.16.1.1),
libpam0g-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/tinti/pam-encfs
Vcs-Git: https://salsa.debian.org/debian/libpam-encfs.git
Vcs-Browser: https://salsa.debian.org/debian/libpam-encfs
Package: libpam-encfs
Architecture: linux-any
Depends: encfs,
libpam-runtime (>= 1.0.1-6),
${shlibs:Depends},
${misc:Depends}
Description: PAM module to automatically mount encfs filesystems on login
This PAM module integrates encfs and PAM, so home directories are
automatically mounted on login. EncFS provides an encrypted filesystem in
user-space, this PAM module easily allow each user to have an encrypted home,
and mount it automatically using its login password as encfs password.
|