tomoyo-checkpolicy(8)
policy validator utility for TOMOYO Linux
SYNOPSIS
tomoyo-checkpolicy [option]
DESCRIPTION
This program reads domain policy or exception policy from standard input, and checks for errors. Use this during policy development to ensure that you are implementing correct policy.
OPTIONS
- d
-
Interpret input as domain policy.
- e
-
Interpret input as exception policy.
EXAMPLES
- Check for errors in domain policy
-
tomoyo-checkpolicy d < /etc/tomoyo/domain_policy.conf
- Check for errors in exception policy
-
tomoyo-checkpolicy e < /etc/tomoyo/domain_policy.conf