Changeset 0fd7f40b


Ignore:
Timestamp:
03/02/2024 09:38:57 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
e4bdd547
Parents:
a56a4fc
git-author:
Xi Ruoyao <xry111@…> (03/02/2024 09:37:09 AM)
git-committer:
Xi Ruoyao <xry111@…> (03/02/2024 09:38:57 AM)
Message:

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

Location:
chapter10/kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel/kernel.version

    ra56a4fc r0fd7f40b  
    1 6.7.1
     16.7.4
  • chapter10/kernel/systemd.toml

    ra56a4fc r0fd7f40b  
    1515DEVTMPFS_MOUNT='*'
    1616DRM=' *M'
    17 AUDIT=' '
    1817NET='*'
    1918INET='*'
  • chapter10/kernel/systemd.xml

    ra56a4fc r0fd7f40b  
    66<screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup ---&gt;
    77  [ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors                        [WERROR]
    8   [ ] <emphasis role='blue'>A</emphasis>uditing support                                                   [AUDIT]
    98  <emphasis role='blue'>C</emphasis>PU/Task time and stats accounting ---&gt;
    109    [*] <emphasis role='blue'>P</emphasis>ressure stall information tracking                                [PSI]
Note: See TracChangeset for help on using the changeset viewer.