summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mounting-on-login-using-pam_mount.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/Mounting-on-login-using-pam_mount.md b/Mounting-on-login-using-pam_mount.md
index 2be29b4..e9822bb 100644
--- a/Mounting-on-login-using-pam_mount.md
+++ b/Mounting-on-login-using-pam_mount.md
@@ -1,4 +1,12 @@
-This is tested on Fedora 24 and Fedora 31 Workstation with active SELinux.
+From https://inai.de/projects/pam_mount/ :
+> pam_mount is a Pluggable Authentication Module that can mount volumes for a user session.
+
+Man pages:
+
+* https://manned.org/pam_mount.8
+* https://manned.org/pam_mount.conf.5
+
+The instructiosn here are tested on Fedora 24 and Fedora 31 Workstation with active SELinux.
This also works on Ubuntu 16.04 LTS after installing libpam-mount:
```