2008-08-19 19:30:36 +00:00
.TH CHECKPOLICY 8
.SH NAME
checkpolicy \- SELinux policy compiler
.SH SYNOPSIS
.B checkpolicy
2019-02-07 10:25:45 +00:00
.I "[\-b[F]] [\-C] [\-d] [\-U handle_unknown (allow,deny,reject)] [\-M] [\-c policyvers] [\-o output_file] [\-S] [\-t target_platform (selinux,xen)] [\-V] [input_file]"
2008-08-19 19:30:36 +00:00
.br
.SH "DESCRIPTION"
This manual page describes the
.BR checkpolicy
command.
.PP
.B checkpolicy
is a program that checks and compiles a SELinux security policy configuration
into a binary representation that can be loaded into the kernel. If no
input file name is specified, checkpolicy will attempt to read from
2013-05-10 12:45:18 +00:00
policy.conf or policy, depending on whether the \- b flag is specified.
2008-08-19 19:30:36 +00:00
.SH OPTIONS
.TP
2009-11-02 17:14:28 +00:00
.B \- b,\-\-binary
2008-08-19 19:30:36 +00:00
Read an existing binary policy file rather than a source policy.conf file.
.TP
2019-02-07 10:25:45 +00:00
.B \- F,\-\-conf
Write policy.conf file rather than binary policy file. Can only be used with binary policy file.
.TP
2015-04-01 14:05:04 +00:00
.B \- C,\-\-cil
Write CIL policy file rather than binary policy file.
.TP
2009-11-02 17:14:28 +00:00
.B \- d,\-\-debug
2008-08-19 19:30:36 +00:00
Enter debug mode after loading the policy.
.TP
2019-02-07 10:25:45 +00:00
.B \- U,\-\-handle-unknown <action>
Specify how the kernel should handle unknown classes or permissions (deny, allow or reject).
2017-03-21 20:00:30 +00:00
.TP
2009-11-02 17:14:28 +00:00
.B \- M,\-\-mls
2008-08-19 19:30:36 +00:00
Enable the MLS policy when checking and compiling the policy.
.TP
2019-02-07 10:25:45 +00:00
.B \- c policyvers
Specify the policy version, defaults to the latest.
.TP
2009-11-02 17:14:28 +00:00
.B \- o,\-\-output filename
2008-08-19 19:30:36 +00:00
Write a binary policy file to the specified filename.
.TP
2019-02-07 10:25:45 +00:00
.B \- S,\-\-sort
Sort ocontexts before writing out the binary policy. This option makes output of checkpolicy consistent with binary policies created by semanage and secilc.
2009-11-02 17:14:28 +00:00
.TP
.B \- t,\-\-target
Specify the target platform (selinux or xen).
.TP
2019-06-13 11:45:58 +00:00
.B \- O,\-\-optimize
Optimize the final kernel policy (remove redundant rules).
.TP
2009-11-02 17:14:28 +00:00
.B \- V,\-\-version
Show version information.
.TP
.B \- h,\-\-help
Show usage information.
2008-08-19 19:30:36 +00:00
.SH "SEE ALSO"
2012-01-16 17:09:43 +00:00
SELinux documentation at http://www.nsa.gov/research/selinux,
2008-08-19 19:30:36 +00:00
especially "Configuring the SELinux Policy".
.SH AUTHOR
This manual page was written by Arpad Magosanyi <mag@bunuel.tii.matav.hu>,
2017-08-17 18:16:06 +00:00
and edited by Stephen Smalley <sds@tycho.nsa.gov>.
The program was written by Stephen Smalley <sds@tycho.nsa.gov>.