From b7b0ea02227075f76d07213cbebbaa8722888baec8b8a6f71145d45cd8a6260a Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 10 Sep 2020 09:24:34 +0000 Subject: [PATCH] Accepting request 833414 from home:fbui:systemd:openSUSE-Factory - Enable audit support (bsc#1175883) OBS-URL: https://build.opensuse.org/request/show/833414 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1115 --- systemd-mini.changes | 10 ++++++++++ systemd-mini.spec | 1 + systemd.changes | 10 ++++++++++ systemd.spec | 1 + 4 files changed, 22 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index 7f57f6c4..d9dbd575 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 10 09:02:13 UTC 2020 - Franck Bui + +- Enable audit support (bsc#1175883) + + Enabling audit support in systemd will only make PID1 (and some of + its services) to generate some audit records for certain events. But + it doesn't affect journald, which has been prevented from recording + audit messages in the journal (SUSE specific behavior). + ------------------------------------------------------------------- Wed Sep 2 10:14:10 UTC 2020 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 1ba306fa..88c77ae6 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -71,6 +71,7 @@ BuildRequires: polkit # python is only required for generating systemd.directives.xml BuildRequires: python3-base BuildRequires: python3-lxml +BuildRequires: pkgconfig(audit) BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0 BuildRequires: pkgconfig(libdw) BuildRequires: pkgconfig(liblz4) diff --git a/systemd.changes b/systemd.changes index 7f57f6c4..d9dbd575 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 10 09:02:13 UTC 2020 - Franck Bui + +- Enable audit support (bsc#1175883) + + Enabling audit support in systemd will only make PID1 (and some of + its services) to generate some audit records for certain events. But + it doesn't affect journald, which has been prevented from recording + audit messages in the journal (SUSE specific behavior). + ------------------------------------------------------------------- Wed Sep 2 10:14:10 UTC 2020 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 2959619b..71f753ff 100644 --- a/systemd.spec +++ b/systemd.spec @@ -69,6 +69,7 @@ BuildRequires: polkit # python is only required for generating systemd.directives.xml BuildRequires: python3-base BuildRequires: python3-lxml +BuildRequires: pkgconfig(audit) BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0 BuildRequires: pkgconfig(libdw) BuildRequires: pkgconfig(liblz4)