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
This commit is contained in:
parent
04d4546136
commit
b7b0ea0222
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 10 09:02:13 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- 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 <fbui@suse.com>
|
Wed Sep 2 10:14:10 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -71,6 +71,7 @@ BuildRequires: polkit
|
|||||||
# python is only required for generating systemd.directives.xml
|
# python is only required for generating systemd.directives.xml
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
|
BuildRequires: pkgconfig(audit)
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libdw)
|
BuildRequires: pkgconfig(libdw)
|
||||||
BuildRequires: pkgconfig(liblz4)
|
BuildRequires: pkgconfig(liblz4)
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 10 09:02:13 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- 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 <fbui@suse.com>
|
Wed Sep 2 10:14:10 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -69,6 +69,7 @@ BuildRequires: polkit
|
|||||||
# python is only required for generating systemd.directives.xml
|
# python is only required for generating systemd.directives.xml
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
|
BuildRequires: pkgconfig(audit)
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libdw)
|
BuildRequires: pkgconfig(libdw)
|
||||||
BuildRequires: pkgconfig(liblz4)
|
BuildRequires: pkgconfig(liblz4)
|
||||||
|
Loading…
Reference in New Issue
Block a user