Changeset c52ff76180d04c38799e27ca963cb19c6715f939
- Timestamp:
- 08/03/11 18:02:38
(2 years ago)
- Author:
- Eric Paris <eparis@redhat.com>
- Committer:
- Eric Paris <eparis@redhat.com> 1312408958 -0400
- Parent:
[f2a74f4f878498323877f971ac014355c85187ad]
- Message:
policycoreutils: semodule_expand: update man page with -a
Update the man page to include -a. Passing -a causes semodule_expand to
not check assertions. Include this in the man info.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r13cd4c8 |
rc52ff76 |
|
| 4 | 4 | |
|---|
| 5 | 5 | .SH SYNOPSIS |
|---|
| 6 | | .B semodule_expand [-V -c [version]] basemodpkg outputfile |
|---|
| | 6 | .B semodule_expand [-V ] [ -a ] [ -c [version]] basemodpkg outputfile |
|---|
| 7 | 7 | .br |
|---|
| 8 | 8 | .SH DESCRIPTION |
|---|
| … | … | |
| 23 | 23 | .B \-c [version] |
|---|
| 24 | 24 | policy version to create |
|---|
| | 25 | .TP |
|---|
| | 26 | .B \-a |
|---|
| | 27 | Do not check assertions. This will cause the policy to not check any neverallow rules. |
|---|
| 25 | 28 | |
|---|
| 26 | 29 | .SH SEE ALSO |
|---|