NAME
       ccs-sortpolicy - Sort TOMOYO Linux’s domain policy
SYNOPSIS
       ccs-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/ccs/domain_policy.conf  or
       /proc/ccs/domain_policy using redirection  or  pipes  to  the  standard
       input of this program.
EXAMPLES
       # ccs-sortpolicy < /proc/ccs/domain_policy
              Sort domain policy.
AUTHORS
        penguin-kernel _at_ I-love.SAKURA.ne.jp
COPYRIGHT
       Copyright © 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.
SEE ALSO
        sort (1)
        ccs-selectpolicy (8)