Date: Wed, 8 Feb 2023 12:43:00 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 45dd5e871381 - main - security/plasma5-kscreenlocker: Use LOCALBASE instead of PREFIX when calling PAM helper. Message-ID: <202302081243.318Ch031051228@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302081243.318Ch031051228>