mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
kernel: No longer disable CONFIG_AUDIT for systemd
The incompatibilty between systemd and CONFIG_AUDIT has been fixed since Linux kernel 3.14, thus there is no reason to disable it on LFS. And we are referring to pam_loginuid.so from /etc/pam.d in BLFS, which is completely useless if CONFIG_AUDIT is disabled. Link: https://github.com/systemd/systemd/commit/db999e0f923c
This commit is contained in:
parent
a56a4fcd9c
commit
0fd7f40bc7
@ -1 +1 @@
|
|||||||
6.7.1
|
6.7.4
|
||||||
|
@ -14,7 +14,6 @@ UEVENT_HELPER=' '
|
|||||||
DEVTMPFS='*'
|
DEVTMPFS='*'
|
||||||
DEVTMPFS_MOUNT='*'
|
DEVTMPFS_MOUNT='*'
|
||||||
DRM=' *M'
|
DRM=' *M'
|
||||||
AUDIT=' '
|
|
||||||
NET='*'
|
NET='*'
|
||||||
INET='*'
|
INET='*'
|
||||||
IPV6='*'
|
IPV6='*'
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
DO NOT EDIT! -->
|
DO NOT EDIT! -->
|
||||||
<screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup --->
|
<screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup --->
|
||||||
[ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors [WERROR]
|
[ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors [WERROR]
|
||||||
[ ] <emphasis role='blue'>A</emphasis>uditing support [AUDIT]
|
|
||||||
<emphasis role='blue'>C</emphasis>PU/Task time and stats accounting --->
|
<emphasis role='blue'>C</emphasis>PU/Task time and stats accounting --->
|
||||||
[*] <emphasis role='blue'>P</emphasis>ressure stall information tracking [PSI]
|
[*] <emphasis role='blue'>P</emphasis>ressure stall information tracking [PSI]
|
||||||
[ ] <emphasis role='blue'>R</emphasis>equire boot parameter to enable pressure stall information tracking
|
[ ] <emphasis role='blue'>R</emphasis>equire boot parameter to enable pressure stall information tracking
|
||||||
|
Loading…
Reference in New Issue
Block a user