Bug 533790
| Summary: | unsupported option in checkpolicy man page | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Milos Malik <mmalik> |
| Component: | checkpolicy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED ERRATA | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | CC: | syeghiay |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | checkpolicy-1.33.1-6.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-30 07:51:17 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: | |||
Fixed in checkpolicy-1.33.1-6.el5 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 therefore 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-2010-0184.html |
Description of problem: The man page of checkpolicy contains following text: SYNOPSIS checkpolicy [-b] [-d] [-m] [-M] [-U handle_unknown ] [-V] [-c policyvers] [-o output_file] [input_file] But it should contain following text: SYNOPSIS checkpolicy [-b] [-d] [-M] [-U handle_unknown ] [-V] [-c policyvers] [-o output_file] [input_file] Because '-m' is not supported by checkpolicy tool. Version-Release number of selected component (if applicable): checkpolicy-1.33.1-5.el5 How reproducible: always Steps to Reproduce: # man checkpolicy | col -b | grep -- -m checkpolicy [-b] [-d] [-m] [-M] [-U handle_unknown ] [-V] [-c poli- # checkpolicy -m checkpolicy: invalid option -- m usage: checkpolicy [-b] [-d] [-U handle_unknown (allow,deny,reject) [-M] [-c policyvers (15-21)] [-o output_file] [input_file] # Actual results: '-m' option is mentioned in the man page Expected results: '-m' option is NOT mentioned in the man page