mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
0fd7f40bc7
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
36 lines
621 B
TOML
36 lines
621 B
TOML
# This part should be sync with sysv.toml
|
|
WERROR=' '
|
|
PSI='*'
|
|
PSI_DEFAULT_DISABLED=' '
|
|
IKHEADERS=' '
|
|
CGROUPS='*'
|
|
MEMCG='*'
|
|
EXPERT=' '
|
|
RELOCATABLE='*'
|
|
RANDOMIZE_BASE='*'
|
|
STACKPROTECTOR='*'
|
|
STACKPROTECTOR_STRONG='*'
|
|
UEVENT_HELPER=' '
|
|
DEVTMPFS='*'
|
|
DEVTMPFS_MOUNT='*'
|
|
DRM=' *M'
|
|
NET='*'
|
|
INET='*'
|
|
IPV6='*'
|
|
FW_LOADER=' *'
|
|
FW_LOADER_USER_HELPER=' '
|
|
DMIID='*'
|
|
INOTIFY_USER='*'
|
|
TMPFS='*'
|
|
TMPFS_POSIX_ACL='*'
|
|
|
|
revision='systemd'
|
|
|
|
[DRM_FBDEV_EMULATION]
|
|
value = ' *'
|
|
comment = 'If [DRM] is selected as * or M, this must be selected'
|
|
|
|
[FRAMEBUFFER_CONSOLE]
|
|
value = ' *'
|
|
comment = 'If [DRM] is selected as * or M, this must be selected'
|