Scroll to navigation

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

NAME

tomoyo-patternize - utility to convert pathnames in policy into patterns

SYNOPSIS

tomoyo-patternize

tomoyo-patternize [configfile]

DESCRIPTION

This program reads domain policy from standard input and replaces pathnames with patterns. Replacement rules are defined in /etc/tomoyo/tools/patternize.conf. The resulting policy is sent to standard output and is useful to shorten and simplify domain or exception policy.

Pathnames used for domain names themselves will not be replaced. Only the first matching rule is used for any particular pathname. If a pathname does not match any rules, it is left unchanged.

EXAMPLES

  rewrite path_pattern proc:/self/fd/\$
    
  rewrite head_pattern proc:/\$
    
  rewrite tail_pattern /etc/mtab~\$
    
  rewrite path_pattern /tmp/php\?\?\?\?\?\? @GROUP1
    
  rewrite number_pattern 0-100 @GROUP2
  rewrite number_pattern 100-200 @GROUP2
    
  rewrite address_pattern 127.0.0.1 @LOCALHOST
  rewrite address_pattern 0:0:0:0:0:0:0:1 @LOCALHOST
    

See the configuration file for more information on rule syntax.

BUGS

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

AUTHORS

Main author.
Documentation and website.

SEE ALSO

tomoyo-findtemp(8), tomoyo-diffpolicy(8)

See <https://tomoyo.osdn.jp> for more information.

2019-02-05 tomoyo-tools 2.6.0