Scroll to navigation

TOMOYO-DIFFPOLICY(8) System Administration Utilities TOMOYO-DIFFPOLICY(8)

NAME

tomoyo-diffpolicy - domain policy comparison utility for TOMOYO Linux

SYNOPSIS

tomoyo-diffpolicy old_domain_policy new_domain_policy

DESCRIPTION

This program works similar to diff(1), but is specialized for handling domain policy. The resulting diff can be applied to existing policy.

EXAMPLES

Generate a diff of domain policy
  tomoyo-diffpolicy /etc/tomoyo/domain_policy.old /etc/tomoyo/domain_policy.new
    
Generate a diff of domain policy, using standard input for old_domain_policy
  tomoyo-diffpolicy - /etc/tomoyo/domain_policy.new
    
Generate a diff of domain policy, using standard input for new_domain_policy
  tomoyo-diffpolicy /etc/tomoyo/domain_policy.old -
    

BUGS

If you find any bugs, send an email to <tomoyo-users-en@lists.sourceforge.jp>.

AUTHORS

Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Main author.
Jamie Nguyen <jamie@tomoyolinux.co.uk>
Documentation and website.

SEE ALSO

tomoyo-loadpolicy(8), tomoyo-patternize(8)

See <http://tomoyo.sourceforge.jp> for more information.

2012-04-14 tomoyo-tools 2.5.0