Bug 212168
| Summary: | CVE-2006-5214 Xsession problems (CVE-2006-5215) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark J. Cox <mjc> |
| Component: | gdm | Assignee: | Ray Strode [halfline] <rstrode> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | reported=20061010,source=cve,impact=low,public=20060212 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-10-25 14:31: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
Mark J. Cox
2006-10-25 14:11:37 UTC
So we don't ship a separate Xsession file for GDM, we just use the system one in
/etc/X11/xinit/Xsession
From the fc5 gdm spec file:
# remove the gdm Xsession as we're using the xdm one
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Xsession
(cd $RPM_BUILD_ROOT%{_sysconfdir}/gdm; ln -sf ../X11/xinit/Xsession .)
Also, the xinit Xsession file has this guard around the icky code:
if [ -z "$GDMSESSION" ]; then
... icky xsession-errors code here ...
fi
because gdm creates the xsession-errors file itself, so i'm going to close this
NOTABUG.
|