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)