Bug 1081413
| Summary: | xguest README file describes 2 non-existent booleans | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Milos Malik <mmalik> | |
| Component: | xguest | Assignee: | Miroslav Grepl <mgrepl> | |
| Status: | CLOSED ERRATA | QA Contact: | Stanislav Zidek <szidek> | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | 6.5 | CC: | mnavrati, szidek | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | xguest-1.0.9-4.el6 | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, the xguest README file did not reflect the current state of the defined xguest SELinux booleans in the SELinux policy. This update modifies the README file to correctly document the current state of the aforementioned booleans.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1082509 (view as bug list) | Environment: | ||
| Last Closed: | 2014-05-26 07:16: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: | ||||
This is NOT regression. xguest-1.0.9-2.el6 contains the same README file. 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, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0538.html |
Description of problem: * current selinux-policy knows about 4 booleans related to xguest, but the README file mentions other 2 booleans Version-Release number of selected component (if applicable): xguest-1.0.9-3.el6 How reproducible: always Actual results: # grep _xguest /usr/share/doc/xguest-1.0.9/README * browser_confine_xguest * browser_write_xguest_data * allow_xguest_exec_content # getsebool -a | grep xguest allow_xguest_exec_content --> off xguest_connect_network --> on xguest_mount_media --> on xguest_use_bluetooth --> on # Expected results: * remove the description of non-existent booleans from the README file