Package buildnode-audit-rules: Information

    Binary package: buildnode-audit-rules
    Version: 0.2.1-alt1
    Architecture: noarch
    Build time:  Jun 9, 2023, 10:33 AM
    Source package: buildnode-audit-rules
    Category: Monitoring
    Report package bug
    License: GPLv3
    Summary: Manage audit rules for logging package build processes
    Description: 
    Contains system startup scripts that manage special auditd(8) rules
    to monitor package build processes. The scripts construct the
    necessary rules based on the system architecture and given
    configuration files, inserting them into the kernel using
    auditctl(8). The resulting configuration is then verified.

    Maintainer: Paul Wolneykien

    List of contributors:
    Paul Wolneykien

    Last changed


    May 11, 2023 Paul Wolneykien 0.2.1-alt1
    - Fixed the rule deletion (expected/missing).
    May 11, 2023 Paul Wolneykien 0.2.0-alt1
    - Only 'b32' and 'b64' are now supported for the ARCH_LIST conf param.
    - Speeding up rule insertion, checking and deletion.
    Feb. 15, 2023 Paul Wolneykien 0.1.3-alt1
    - Fixed one more potential error when there is no "-F arch=..." in
      a rule.
    - Fixed the shell comparison error when there is no "-F uid=..." in
      a rule and added a test for it.