logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tomoyo-selectpolicy - policy selection utility for TOMOYO Linux

Authors

       Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
           Main author.

       Jamie Nguyen <jamie@tomoyolinux.co.uk>
           Documentation and website.

Bugs

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

Description

       This program reads domain policy from standard input, and outputs policy from the specified domain to
       standard output.

Examples

Pickupdomainpolicyforsshdanditsdescendents
             tomoyo-selectpolicy -r '<kernel> /usr/sbin/sshd' < /sys/kernel/security/tomoyo/domain_policy

Name

       tomoyo-selectpolicy - policy selection utility for TOMOYO Linux

Options

-r  Pick up all domains whose domain name starts with the specified string.

       <domain>
           The  string  must  be  quoted  or escaped to avoid misinterpretation by the shell. It only matches an
           exact string unless the "-r" option is specified.

See Also

tomoyo-sortpolicy(8)

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

tomoyo-tools 2.6.0                                 2019-02-05                             TOMOYO-SELECTPOLICY(8)

Synopsis

tomoyo-selectpolicy [options] <domain> ...

See Also