Bug 442558
| Summary: | SELinux having adverse effect on ybin | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alex Stone <compose59> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | dwmw2, loening, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | powerpc | ||
| OS: | Linux | ||
| URL: | http://rafb.net/p/XjIgLK44.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-17 22:03:31 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
Alex Stone
2008-04-15 15:03:46 UTC
Might help if you attached the file you promised to :) Please show the contents of /var/log/audit/audit.log after selinux prevents ybin from working. # setenforce 1; setenforce 0 # > /var/log/audit/audit.log ... and try to reproduce ... Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping The error I got was: /sbin/ybin: line 818: /bin/mount: Permission denied The generated lines in audit.log: type=SELINUX_ERR msg=audit(1212433789.890:30): security_compute_sid: invalid context unconfined_u:unconfined_r:mount_t:s0-s0:c0.c1023 for scontext=unconfined_u:unconfined_r:bootloader_t:s0-s0:c0.c1023 tcontext=system_u:object_r:mount_exec_t:s0 tclass=process type=SYSCALL msg=audit(1212433789.890:30): arch=14 syscall=11 success=no exit=-13 a0=101199c8 a1=100edf40 a2=100df688 a3=0 items=0 ppid=2657 pid=2822 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts1 ses=1 comm="ybin" exe="/bin/bash" subj=unconfined_u:unconfined_r:bootloader_t:s0-s0:c0.c1023 key=(null) The work around: #setenforce 0 #ybin #setenforce 1 Fixed in selinux-policy-3.3.1-65.fc9.noarch Closing all bugs that have been in modified for over a month. Please reopen if the bug is not actually fixed. |