Lines Matching +full:tycho +full:- +full:versions
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
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
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
75 The program was written by Stephen Smalley <sds@tycho.nsa.gov>.