| Summary: | RHEL Atomic host should not enable wpa_supplicant.service as default | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Steven Ellis <sellis> |
| Component: | rhel-server-atomic | Assignee: | Colin Walters <walters> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | dcbw, miabbott |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-14 20:10:15 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: | |
|
Description
Steven Ellis
2016-01-07 01:16:22 UTC
This is disabled in the latest 7.2 RHELAH tree: -bash-4.2# systemctl status wpa_supplicant.service ● wpa_supplicant.service - WPA Supplicant daemon Loaded: loaded (/usr/lib/systemd/system/wpa_supplicant.service; disabled; vendor preset: disabled) Active: inactive (dead) Closing as NEXTRELEASE (In reply to Micah Abbott from comment #4) > This is disabled in the latest 7.2 RHELAH tree: Oops...that should have said 7.3 RHELAH tree So there's a comment in the spec file: a54c5d45 (Dan Williams 2014-12-26 143) # Kept for RHEL to ensure that wired 802.1x works out of the box a54c5d45 (Dan Williams 2014-12-26 144) Requires: wpa_supplicant >= 1:1.1 Which is different from Fedora. It's true that it's now disabled and we can consider this fixed, I'd at some point like to consider not installing it by default and having 802.1x users install it. |