Lines Matching +full:existing +full:- +full:versions +full:- +full:check
3 checkmodule \- SELinux policy module compiler
6 .I "[\-h] [\-b] [\-c policy_version] [\-C] [\-E] [\-m] [\-M] [\-U handle_unknown] [\-V] [\-o output…
15 module (default) or a non-base policy module (\-m option); typically,
16 you would build a non-base policy module to add to an existing module
27 .B \-b,\-\-binary
28 Read an existing binary policy module file rather than a source policy
31 .B \-C,\-\-cil
34 .B \-E,\-\-werror
37 .B \-h,\-\-help
40 .B \-m
41 Generate a non-base policy module.
43 .B \-M,\-\-mls
46 .B \-V,\-\-version
47 Show policy versions created by this program.
49 .B \-o,\-\-output filename
51 Otherwise, checkmodule will only check the syntax of the module source file
54 .B \-U,\-\-handle-unknown <action>
57 .B \-c policyvers
62 # Build a MLS/MCS-enabled non-base policy module.
63 $ checkmodule \-M \-m httpd.te \-o httpd.mod