~ubuntu-branches/ubuntu/natty/checkpolicy/natty

« back to all changes in this revision

Viewing changes to checkmodule.8

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2007-05-06 17:48:06 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506174806-scooizr6192nd7f5
Tags: 2.0.2-1
* New upstream SVN HEAD.
  + Merged checkmodule man page fix from Dan Walsh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
checkmodule \- SELinux policy module compiler
4
4
.SH SYNOPSIS
5
5
.B checkmodule
6
 
.I "[-b] [-d] [-m] [-M] [-o output_file] [input_file]"
 
6
.I "[-b] [-m] [-M] [-V] [-o output_file] [input_file]"
7
7
.SH "DESCRIPTION"
8
8
This manual page describes the
9
9
.BR checkmodule
25
25
Read an existing binary policy module file rather than a source policy
26
26
module file.  This option is a development/debugging aid.
27
27
.TP
28
 
.B \-d
29
 
Enter debug mode after loading the policy.  This option is a 
30
 
development/debugging aid.
31
 
.TP
32
28
.B \-m
33
29
Generate a non-base policy module.
34
30
.TP
35
31
.B \-M
36
32
Enable the MLS/MCS support when checking and compiling the policy module.
37
33
.TP
 
34
.B \-V
 
35
 Show policy versions created by this program
 
36
.TP
38
37
.B \-o filename
39
38
Write a binary policy module file to the specified filename.
40
39
Otherwise, checkmodule will only check the syntax of the module source file