Bug 148957

Summary: whell don't work correctly
Product: [Fedora] Fedora Reporter: Michele Schiavo <schiavo.michele>
Component: pamAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-21 13:24:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michele Schiavo 2005-02-17 12:04:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041111 Firefox/1.0

Description of problem:
enabling pam whell module in su
#%PAM-1.0
....
#auth       sufficient   /lib/security/$ISA/pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the "wheel"
group.
auth       required     /lib/security/$ISA/pam_wheel.so use_uid
....

nobody not in whell group can use su command do be everyone.




Version-Release number of selected component (if applicable):
0.77-66.2

How reproducible:
Always

Steps to Reproduce:
1. michele in whell goup it's ok, su correctly work.
2. test not in whell group can't use su
3. tets$su michele
Password:
su: password sbagliata



Expected Results:  i expect whell moduele only deny to be root from
not whell group user

Additional info:

Comment 1 Tomas Mraz 2005-02-21 13:24:01 UTC
This is implemented in pam-0.78 (root_only option).