diff options
author | rfjakob | 2023-05-18 10:29:09 +0200 |
---|---|---|
committer | rfjakob | 2023-05-18 10:29:09 +0200 |
commit | e439edb8a60fe42d78a8f69e46994941eb2f3f36 (patch) | |
tree | a4bfd9178757994636af07cfb8d0286302bb1526 | |
parent | 6cbb7ba6a618e892b24400239376a0cabd8c5fa0 (diff) |
Updated Mounting on login using pam_mount (markdown)
-rw-r--r-- | Mounting-on-login-using-pam_mount.md | 10 |
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: ``` |