logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

tomoyo-auditd - access request log recording daemon 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 access request logs from the kernel and writes to the locations specified in the
       configuration file. By running this program at startup, access request logs for either all domains or
       selected domains can be stored.

       The format of the stored logs is similar to domain policy, so they can be used to help develop policy.

       Configure this daemon in /etc/tomoyo/tools/auditd.conf. If an access request matches a rule, it will be
       written to the specified log file. This can be used to split access request logs into multiple files.
       Only the first matching rule is used, so any single access request log will be written to a maximum of
       one output file. If an access request log does not match any rules, it will be discarded.

       Start this program from an appropriate stage during startup (e.g. /etc/rc.local).

Name

       tomoyo-auditd - access request log recording daemon for TOMOYO Linux

Options

remote_ip:remote_port
           Retrieve  access  request  logs  from  a  remote  system via an agent, connecting to the specified IP
           address and port number.

See Also

tomoyo-editpolicy-agent(8)

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

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

Synopsis

tomoyo-auditdtomoyo-auditd [remote_ip:remote_port]

See Also