CHECKPOLICY(8) | System Manager's Manual | CHECKPOLICY(8) |
checkpolicy - SELinux policy compiler
checkpolicy [-b[F]] [-C] [-d] [-U handle_unknown (allow,deny,reject)] [-M] [-N] [-c policyvers] [-o output_file|-] [-S] [-t target_platform (selinux,xen)] [-O] [-E] [-V] [input_file]
This manual page describes the checkpolicy command.
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 policy.conf or policy, depending on whether the -b flag is specified.
Generate policy.conf based on the system policy # checkpolicy -b -M -F /etc/selinux/targeted/policy/policy.33 -o policy.conf Recompile system policy so that unknown permissions are denied (uses policy.conf from ^^). Note that binary policy extension represents its version, which is subject to change # checkpolicy -M -U deny -o /etc/selinux/targeted/policy/policy.33 policy.conf # load_policy Generate CIL representation of current system policy # checkpolicy -b -M -C /etc/selinux/targeted/policy/policy.33 -o policy.out
SELinux Reference Policy documentation at https://github.com/SELinuxProject/refpolicy/wiki
This manual page was written by Árpád Magosányi <mag@bunuel.tii.matav.hu>, and edited by Stephen Smalley <stephen.smalley.work@gmail.com>. The program was written by Stephen Smalley <stephen.smalley.work@gmail.com>.