Bug 169853
| Summary: | seinfo says "not an selinux system" if strict policy not installed | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Bastien Nocera <bnocera> |
| Component: | setools | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | tao |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHBA-2007-0192 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-05-01 23:28:07 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 169856, 176344, 185483, 198694, 234547 | ||
Fixed in the upstream version, but am not sure we will put them in U3. As a side note, it would be nice to get this into U3, please. It is causing some of our security administrators paper-work headaches that listed commands to check for compliance are not working :). Mistakenly added IBM group, removing. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2007-0192.html |
$ rpm -qa | grep selinux libselinux-1.19.1-7 libselinux-devel-1.19.1-7 $ seinfo Error while searching for default policy: This is not an selinux system. $ strace -eaccess -v seinfo access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) access("/etc/selinux/strict//policy", F_OK) = -1 ENOENT (No such file or directory) Error while searching for default policy: This is not an selinux system. It looks only for the strict policy, but the targeted policy is correctly installed. $ ls /etc/selinux/ total 25k 8.2k config 8.2k config,v 8.2k targeted