From ae476d1f2354de43d656d0d3767c2a31017e5985 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Sat, 19 Jan 2019 19:27:30 -0800 Subject: Install pam modules/configs to the right location Per the FHS, manually installed programs should go under /usr/local. This change also makes it easier to change the global installation prefix. For example, package managers should set PREFIX=/usr --- pam_fscrypt/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pam_fscrypt') 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 -- cgit v1.2.3