git: 45dd5e871381 - main - security/plasma5-kscreenlocker: Use LOCALBASE instead of PREFIX when calling PAM helper.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 12:43:00 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=45dd5e871381be15a952ded64d4edbc176aa2a00 commit 45dd5e871381be15a952ded64d4edbc176aa2a00 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-02-08 12:35:45 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-02-08 12:35:45 +0000 security/plasma5-kscreenlocker: Use LOCALBASE instead of PREFIX when calling PAM helper. Approved by: tcberner Sponsored by: Serenity Cybersecurity, LLC --- security/plasma5-kscreenlocker/files/kde.pam.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/plasma5-kscreenlocker/files/kde.pam.in b/security/plasma5-kscreenlocker/files/kde.pam.in index e68b9a842582..61eb6427f94f 100644 --- a/security/plasma5-kscreenlocker/files/kde.pam.in +++ b/security/plasma5-kscreenlocker/files/kde.pam.in @@ -1,3 +1,3 @@ -auth sufficient pam_exec.so return_prog_exit_status expose_authtok %%PREFIX%%/libexec/unix-selfauth-helper +auth sufficient pam_exec.so return_prog_exit_status expose_authtok %%LOCALBASE%%/libexec/unix-selfauth-helper auth include system account include system