source: chapter10/kernel/systemd.toml@ 0fd7f40b

12.2 12.2-rc1 multilib trunk xry111/arm64 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.2 xry111/multilib
Last change on this file since 0fd7f40b was 0fd7f40b, checked in by Xi Ruoyao <xry111@…>, 7 months ago

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

  • Property mode set to 100644
File size: 621 bytes
Line 
1# This part should be sync with sysv.toml
2WERROR=' '
3PSI='*'
4PSI_DEFAULT_DISABLED=' '
5IKHEADERS=' '
6CGROUPS='*'
7MEMCG='*'
8EXPERT=' '
9RELOCATABLE='*'
10RANDOMIZE_BASE='*'
11STACKPROTECTOR='*'
12STACKPROTECTOR_STRONG='*'
13UEVENT_HELPER=' '
14DEVTMPFS='*'
15DEVTMPFS_MOUNT='*'
16DRM=' *M'
17NET='*'
18INET='*'
19IPV6='*'
20FW_LOADER=' *'
21FW_LOADER_USER_HELPER=' '
22DMIID='*'
23INOTIFY_USER='*'
24TMPFS='*'
25TMPFS_POSIX_ACL='*'
26
27revision='systemd'
28
29[DRM_FBDEV_EMULATION]
30value = ' *'
31comment = 'If [DRM] is selected as * or M, this must be selected'
32
33[FRAMEBUFFER_CONSOLE]
34value = ' *'
35comment = 'If [DRM] is selected as * or M, this must be selected'
Note: See TracBrowser for help on using the repository browser.