Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 437 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 437 Bytes

pam-mount

A Linux PAM module that automatically mounts a LUKS encrypted container at login

Uses the login password as the key to unlock the LUKS container and mounts it as the home directory

Written in the Rust language.

run make install to compile and copy the binary to /lib/security

The pam config files need to be edited so that the module is called for auth and session callbacks