TOMOYO-CHECKPOLICY(8) | System Administration Utilities | TOMOYO-CHECKPOLICY(8) |
NAME¶
tomoyo-checkpolicy - 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¶
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 <tomoyo-users-en@lists.osdn.me>.
AUTHORS¶
- Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
- Main author.
- Jamie Nguyen <jamie@tomoyolinux.co.uk>
- Documentation and website.
SEE ALSO¶
See <https://tomoyo.osdn.jp> for more information.
2019-02-05 | tomoyo-tools 2.6.0 |