[Rpm-maint] [rpm-software-management/rpm] Add support for audit logging package operations via plugin (#648)

Panu Matilainen notifications at github.com
Thu Mar 28 12:06:10 UTC 2019


This adds a plugin for creating Linux audit events for package operations (install, update, erase), along with their result code and signature check information. Initial versions in RHEL were built-in, but as this adds the necessary infrastructure + API to retrieve verification status outside rpmtsRun() guts, there's no need to drag another library dependency to the core.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/648

-- Commit Summary --

  * Record package verification results into transaction elements
  * Add python bindings for rpmteVerified()
  * Add plugin for logging audit events for package operations as per OSPP v4.2

-- File Changes --

    M configure.ac (24)
    M lib/rpmte.c (12)
    M lib/rpmte.h (10)
    M lib/rpmte_internal.h (3)
    M lib/transaction.c (18)
    M macros.in (1)
    M plugins/Makefile.am (6)
    M python/rpmmodule.c (1)
    M python/rpmte-py.c (11)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/648.patch
https://github.com/rpm-software-management/rpm/pull/648.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/648
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190328/505441cf/attachment.html>


More information about the Rpm-maint mailing list