Bug 1595572
| Summary: | sesearch -b fails when old boolean name (defined in /etc/selinux/*/booleans.subs_dist) is used | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Milos Malik <mmalik> |
| Component: | setools | Assignee: | Vit Mojzis <vmojzis> |
| Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | lvrabec, mmalik, plautrba, vmojzis |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 8.2 | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-04 02:00:12 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: | 1682508 | ||
| Bug Blocks: | |||
|
Description
Milos Malik
2018-06-27 07:45:29 UTC
Just checking if the bug is fixed in setools 4.2: # rpm -qa setools\* setools-console-4.2.0-0.3.rc.el8.x86_64 setools-4.2.0-0.3.rc.el8.x86_64 # grep virt_sandbox_use_nfs /etc/selinux/targeted/booleans.subs_dist virt_sandbox_use_nfs virt_use_nfs # sesearch -b virt_sandbox_use_nfs -A virt_sandbox_use_nfs is not a valid Boolean # grep allow_ypbind /etc/selinux/targeted/booleans.subs_dist allow_ypbind nis_enabled # sesearch -b allow_ypbind -A allow_ypbind is not a valid Boolean # It isn't. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (setools bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4544 |