NAME
tomoyo-sortpolicy - Sort TOMOYO Linux’s domain policy
SYNOPSIS
tomoyo-sortpolicy < domain_policy
DESCRIPTION
This program reads domain policy from standard input and sort by
domainnames and writes to standard output. Same with sort(1) except
that sorting is done domain by domain.
You can pass the content of /etc/tomoyo/domain_policy.conf or
/sys/kernel/security/tomoyo/domain_policy using redirection or pipes to
the standard input of this program.
EXAMPLES
# tomoyo-savepolicy -d | tomoyo-sortpolicy
Sort domain policy.
AUTHORS
penguin-kernel _at_ I-love.SAKURA.ne.jp
COPYRIGHT
Copyright © 2005-2009 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.
SEE ALSO
sort (1)