aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-03-19 02:39:55 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-03-19 02:39:55 +0000
commit840b7db933f2814ec5be1b0909c07712fb047c93 (patch)
tree82e6fa98796b101aab6377b61c7058b957976b79 /chapter08
parentb7dfb42253feee7322be4ee2040383c7a8e6e90c (diff)
Make some minor tweaks to the kernel configuration on systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 06005e8fe..0173f7445 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -86,11 +86,11 @@ Kernel hacking ---&gt;
<screen role="nodump" revision="systemd">
General setup -->
+ [*] Control Group support [CONFIG_CGROUPS]
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
[*] open by fhandle syscalls [CONFIG_FHANDLE]
[ ] Auditing support [CONFIG_AUDIT]
- [*] Control Group support [CONFIG_CGROUPS]
Processor type and features ---&gt;
[*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
Firmware Drivers ---&gt;
@@ -109,10 +109,7 @@ File systems ---&gt;
&lt;*&gt; Kernel automounter support (supports v3, v4, and v5) [CONFIG_AUTOFS_FS]
Pseudo filesystems ---&gt;
[*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
- [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]
-Kernel hacking ---&gt;
- x86 Debugging ---&gt;
- Choose kernel unwinder (Frame pointer unwinder) ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
+ [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
</note>
<note revision="systemd">