Bug 439714

Summary: sshd denials.
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: kernelAssignee: David Howells <dhowells>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: dhowells, pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-14 16:49:29 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 Dave Jones 2008-03-30 22:01:46 UTC
Not sure what's caused these.  Possibly some X forwarding thing ?

host=gelk type=AVC msg=audit(1206908175.682:110): avc:  denied  { link } for 
pid=29360 comm="sshd" scontext=system_u:system_r:sshd_t:s0-s0:c0.c1023
tcontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tclass=key

host=gelk type=SYSCALL msg=audit(1206908175.682:110): arch=c000003e syscall=250
success=no exit=-13 a0=8 a1=fffffffc a2=fffffffd a3=7fffc4fb2f00 items=0
ppid=2455 pid=29360 auid=4294967295 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=0
sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="sshd" exe="/usr/sbin/sshd"
subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 key=(null)

Comment 1 Daniel Walsh 2008-03-31 06:04:56 UTC
This is a kernel problem with the keyring, glibc.  Keyrings were being created
by setuid call, which was a mistake.  Shoul be fixed in a kernel update.

Comment 2 Dave Jones 2008-04-14 16:49:29 UTC

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