diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-19 15:41:23 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-08-22 11:51:31 -0700 |
| commit | d117249a29af31a51ae56f64943635cbc0104cea (patch) | |
| tree | 5e51052f59b217acde807e170e49613e146677fe /pam_fscrypt/config | |
| parent | f3f1d2f98de26e8180c56d87aaad0e4e98fb4e47 (diff) | |
pam_fscrypt: The actual PAM module and config
Diffstat (limited to 'pam_fscrypt/config')
| -rw-r--r-- | pam_fscrypt/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pam_fscrypt/config b/pam_fscrypt/config new file mode 100644 index 0000000..26b7767 --- /dev/null +++ b/pam_fscrypt/config @@ -0,0 +1,13 @@ +Name: fscrypt PAM passphrase support +Default: yes +Priority: 0 +Auth-Type: Additional +Auth-Final: + optional pam_fscrypt.so +Session-Type: Additional +Session-Interactive-Only: yes +Session-Final: + optional pam_fscrypt.so drop_caches +Password-Type: Additional +Password-Final: + optional pam_fscrypt.so |