Bug 1264220
Summary: | ss -z falsely shows selinux is not enabled | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Striker Leggette <striker> |
Component: | iproute | Assignee: | Phil Sutter <psutter> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | psimerda, rvokal, twoerner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | iproute-3.16.0-4.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-10-03 21:13:57 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: |
Description
Striker Leggette
2015-09-17 22:32:18 UTC
striker ~ $ /usr/sbin/ss -z ss: SELinux is not enabled. striker ~ $ getenforce Enforcing Possibly due to unfinished code? static int is_selinux_enabled(void) { return -1; } ############ case 'Z': if (is_selinux_enabled() <= 0) { fprintf(stderr, "ss: SELinux is not enabled.\n"); exit(1); } This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. iproute-3.16.0-4.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16619 iproute-3.16.0-4.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update iproute' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16619 confirmed issue resolved iproute-3.16.0-4.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |