diff options
| author | Joseph Richey <joerichey@google.com> | 2019-01-19 22:06:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-19 22:06:54 -0800 |
| commit | 8956903569b187652d7f068800c240b24cb2e41e (patch) | |
| tree | 2778b958dfb30b60f5294f62309a87cf9d5c68b0 /pam_fscrypt/config | |
| parent | 509bb4d450cdd923bf09d05a5622cb6e98646bce (diff) | |
| parent | 781395bba8fed008ef8ada0aa2f5f781a5bad30b (diff) | |
Merge pull request #122 from google/pam
Install pam modules/configs to the right location
Diffstat (limited to 'pam_fscrypt/config')
| -rw-r--r-- | pam_fscrypt/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pam_fscrypt/config b/pam_fscrypt/config index 795a4f8..d857e3b 100644 --- a/pam_fscrypt/config +++ b/pam_fscrypt/config @@ -3,11 +3,11 @@ Default: yes Priority: 0 Auth-Type: Additional Auth-Final: - optional pam_fscrypt.so + optional PAM_INSTALL_PATH Session-Type: Additional Session-Interactive-Only: yes Session-Final: - optional pam_fscrypt.so drop_caches lock_policies + optional PAM_INSTALL_PATH drop_caches lock_policies Password-Type: Additional Password-Final: - optional pam_fscrypt.so + optional PAM_INSTALL_PATH |