diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 71a26b1d8..7d9747aec 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -70,12 +70,27 @@ configuration to a good state that takes your current system architecture into account.</para> - <para>Due to recent changes in <application>udev</application>, be sure to - select:</para> - - <screen role="nodump">Device Drivers ---> + <para>Be sure to enable or disable following features:</para> + + <screen role="nodump">General setup ---> + [*] open by fhandle syscalls + [*] Control Group support +Processor type and features ---> + [*] Enable seccomp to safely compute untrusted bytecode +Networking support ---> + Networking options ---> + <*> The IPv6 protocol +Device Drivers ---> Generic Driver Options ---> - Maintain a devtmpfs filesystem to mount at /dev</screen></note> + () path to uevent helper + [*] Maintain a devtmpfs filesystem to mount at /dev + [ ] Fallback user-helper invocation for firmware loading +File systems ---> + [*] Inotify support for userspace + <*> Kernel automounter version 4 support (also supports v3) + Pseudo filesystems ---> + [*] Tmpfs POSIX Access Control Lists + [*] Tmpfs extended attributes</screen></note> <screen role="nodump"><userinput>make LANG=<replaceable><host_LANG_value></replaceable> LC_ALL= menuconfig</userinput></screen> |