Bug 242942 - /etc/pam.d/chkrootkit needs updating
Summary: /etc/pam.d/chkrootkit needs updating
Keywords:
Status: CLOSED DUPLICATE of bug 241038
Alias: None
Product: Fedora
Classification: Fedora
Component: chkrootkit
Version: 7
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Michael Schwendt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-06 15:38 UTC by Michael Carney
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-06 15:53:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Carney 2007-06-06 15:38:56 UTC
Description of problem: /etc/pam.d/chkrootkit still refers to pam_stack.so,
which has been deprecated. This results in messages from logwatch such as:

userhelper: PAM [error: /lib/security/pam_stack.so: cannot open shared object
file: No such file or directory]: 1 Time(s)
userhelper: PAM adding faulty module: /lib/security/pam_stack.so: 1 Time(s)
userhelper: PAM unable to dlopen(/lib/security/pam_stack.so): 1 Time(s)

Version-Release number of selected component (if applicable):0.47, 6.fc7


How reproducible: Always


Steps to Reproduce:
1. Run chkrootkit.
2. Wait for logwatch to run.
3.
  
Actual results:


Expected results:


Additional info:

Change the following line in /etc/pam.d/chkrootkit from:
auth       required     pam_stack.so service=system-auth

to:

auth       include      system-auth

Comment 1 Michael Schwendt 2007-06-06 15:53:09 UTC

*** This bug has been marked as a duplicate of 241038 ***


Note You need to log in before you can comment on or make changes to this bug.