diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-11-12 00:27:51 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-11-12 00:27:51 +0000 |
commit | 4b859f1f7f9ac538ba4d7b9f7b42ffd0e9f35f9a (patch) | |
tree | f7f17bc7ae933f31f8b1bb27e93457e793705152 /chapter10/kernel.xml | |
parent | 6d739c8e525950ee1ddef206bf806d7fd3b03149 (diff) |
Kernel: Restructure the General Setup and Filesystems menus on systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12059 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter10/kernel.xml')
-rw-r--r-- | chapter10/kernel.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 4a4914764..906aa5aee 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -112,11 +112,11 @@ [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen> <screen role="nodump" revision="systemd">General setup --> + [ ] Auditing Support [CONFIG_AUDIT] [*] 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] ---> [*] open by fhandle syscalls [CONFIG_FHANDLE] - [ ] Auditing support [CONFIG_AUDIT] Processor type and features ---> [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] Firmware Drivers ---> @@ -132,7 +132,6 @@ Device Drivers ---> [ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER] File systems ---> [*] Inotify support for userspace [CONFIG_INOTIFY_USER] - <*> Kernel automounter support (supports v3, v4, and v5) [CONFIG_AUTOFS_FS] Pseudo filesystems ---> [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL] [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen> |