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

BUGS

If you find any bugs, send an email to <[email protected]>.

AUTHORS

Tetsuo Handa <[email protected]>
Main author.
Jamie Nguyen <[email protected]>
Documentation and website.