Bug 1190004
| Summary: | SELinux denials cause anaconda to fail to start on x86_64 20140204 Workstation Live | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike Ruckman <mruckman> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, mruckman, robatino, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-02-07 07:08:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1043130 | ||||||
| Attachments: |
|
||||||
Proposing as a Final blocker: "There must be no SELinux denial notifications or crash notifications on boot of or during installation from a release-blocking live image, or at first login after a default install of a release-blocking desktop." - https://fedoraproject.org/wiki/Fedora_22_Final_Release_Criteria#SELinux_and_crash_notifications if [ -x /usr/sbin/getenforce ]; then
current=$(/usr/sbin/getenforce)
/usr/sbin/setenforce 0
fi
is one of the first things that the liveinst script does. Is getenforce missing? Did you turn enforcing back on?
getenforce isn't missing from the image and I didn't alter anything to get this crash. Just click the install button (tried it from the DE launch popup as well as from the shortcut bar in gnome-shell). After building an image with selinux-policy-3.13.1-110.fc22.noarch, the problem seems to be resolved. Anaconda allows a clean install with no errors. |
Created attachment 988667 [details] ABRT information. Description of problem: Attempted to launch anaconda from the 20140204 Workstation Live image and Ananconda crashed. Version-Release number of selected component (if applicable): anaconda-core-22.17-1.fc22 How reproducible: Always Steps to Reproduce: 1. Boot 20140204 Workstation live image 2. Attempt to start installation (from initial screen or from shell) 3. Anaconda fails to start. Actual results: Anaconda crashes. Expected results: Anaconda launches and completes installation. Additional info: This seems to be related to the selinux issues in the following bugs: - 1182640 - 1185455 - 1188888 - 1188889 Disabling selinux allows the network to connect and anaconda to finish the install.