Bug 455584
| Summary: | SELinux prevents xdm working correctly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Tkac <atkac> | ||||
| Component: | xorg-x11-xdm | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 9 | CC: | jkubin, mcepl, ovasik, pertusus | ||||
| 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-07-17 12:03:43 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: | |||||||
| Attachments: |
|
||||||
|
Description
Adam Tkac
2008-07-16 13:10:24 UTC
Created attachment 311949 [details]
AVC denials
/etc/X11/xdm/authdir/authfiles directory should be writable (file "A:0-EQRIz0" is created in this case) I have no idea what these files are, none of these files/directrories exist when I install fluxbox? They are in a horrible location. Variable files should be in /var/run/fluxbox? /var/lib/fluxbox? If this is authorization data, you could choose: /var/lib/abl(/.*)? system_u:object_r:var_auth_t:s0 /var/run/xauth(/.*)? system_u:object_r:xdm_var_run_t:s0 /var/lib/pam_ssh(/.*)? system_u:object_r:var_auth_t:s0 /var/run/pam_ssh(/.*)? system_u:object_r:var_auth_t:s0 /var/run/saslauthd(/.*)? system_u:object_r:saslauthd_var_run_t:s0 /var/cache/coolkey(/.*)? system_u:object_r:auth_cache_t:s0 Or create a new one. /var/log/[kw]dm\.log.* -- system_u:object_r:xserver_log_t:s0 /var/log/gdm(/.*)? system_u:object_r:xserver_log_t:s0 /var/log/Xorg.* -- system_u:object_r:xserver_log_t:s0 /var/log/XFree86.* -- system_u:object_r:xserver_log_t:s0 /var/log/nvidia-installer\.log.* -- system_u:object_r:xserver_log_t:s0 xserver log should match one of these I would think? /var/log/Xorg.0.log seems to be the way gdm does it. What pam module does fluxbox use? Does it include pam_selinux? Moving to proper component |