This package browser is in early development. Mind the rough edges.

audit 3.0.9

User-space component to the Linux auditing system

This is the user-space component to the Linux auditing system, which allows logging of system calls made by user-land processes. auditd is responsible for writing audit records to the disk. Viewing the logs is done with the ausearch or aureport utilities. Configuring the audit rules is done with the auditctl utility.

Installation

Install audit 3.0.9 as follows:

guix install audit@3.0.9

Or install the latest version:

guix install audit

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.