CCS-CHECKPOLICY(8)
NAME
ccs-checkpolicy - TOMOYO Linux's policy validator
SYNOPSIS
ccs-checkpolicy {e|d} < policy_to_check
DESCRIPTION
This program validates TOMOYO Linux's policy.
- e Interpret input as exception policy. ( /etc/ccs/exception_pol
- icy.conf )
- d Interpret input as domain policy. ( /etc/ccs/domain_policy.conf
- )
EXAMPLES
- # ccs-checkpolicy e < /etc/ccs/exception_policy.conf
- Check for errors in exception policy.
- # ccs-checkpolicy d < /etc/ccs/domain_policy.conf
Check for errors in domain policy.
AUTHORS
penguin-kernel _at_ I-love.SAKURA.ne.jp
COPYRIGHT
Copyright (C) 2005-2010 NTT DATA CORPORATION.
- This program is free software; you may redistribute it under the terms
of the GNU General Public License. This program has absolutely no warranty.