Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943121 - sys-auth/pam-gnupg installs pam plugin to wrong directory
Summary: sys-auth/pam-gnupg installs pam plugin to wrong directory
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-09 10:49 UTC by Klaus Ethgen
Modified: 2024-11-09 16:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Ethgen 2024-11-09 10:49:11 UTC
sys-auth/pam-gnupg installs pam_gnupg.so to /usr/lib64/security/pam_gnupg.so where it is not found by pam.

pam only search in /lib64/security for plugins.
Comment 1 Larry the Git Cow gentoo-dev 2024-11-09 16:30:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1fb66b1046daec042cd189cef23fcf4bc5ad88d

commit c1fb66b1046daec042cd189cef23fcf4bc5ad88d
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-11-09 11:41:28 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-11-09 11:44:15 +0000

    sys-auth/pam-gnupg: fix installation path
    
    The correct path for pam module should be obtained using getpam_mod_dir.
    
    Closes: https://bugs.gentoo.org/943121
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 .../{pam-gnupg-0.4.ebuild => pam-gnupg-0.4-r1.ebuild}  | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)