From de5d133aa284ee7ab686442d0b917ce4fb47032b Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Wed, 20 Jul 2016 04:37:18 +0000 Subject: Update systemd kernel configuration to ensure that CONFIG_SYSFS_DEPRECATED{,_V2} is disabled. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'chapter08/kernel.xml') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 75f9f63f7..bf370fe7a 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -82,27 +82,30 @@ Device Drivers ---> [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] - [*] open by fhandle syscalls [CONFIG_FHANDLE] - [ ] Auditing support [CONFIG_AUDIT] - [*] Control Group support [CONFIG_CGROUPS] +General setup --> + [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED] + [ ] Enable deprecated sysfs features by default [CONFIG_SYSFS_DEPRECATED_V2] + [*] open by fhandle syscalls [CONFIG_FHANDLE] + [ ] Auditing support [CONFIG_AUDIT] + [*] Control Group support [CONFIG_CGROUPS] Processor type and features ---> - [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] + [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] Networking support ---> Networking options ---> - <*> The IPv6 protocol [CONFIG_IPV6] + <*> The IPv6 protocol [CONFIG_IPV6] Device Drivers ---> Generic Driver Options ---> - [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] - [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] - [ ] Fallback user-helper invocation for firmware loading [CONFIG_FW_LOADER_USER_HELPER] + [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] + [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] + [ ] Fallback user-helper invocation for firmware loading [CONFIG_FW_LOADER_USER_HELPER] Firmware Drivers ---> - [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID] + [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID] File systems ---> - [*] Inotify support for userspace [CONFIG_INOTIFY_USER] - <*> Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS] + [*] Inotify support for userspace [CONFIG_INOTIFY_USER] + <*> Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS] Pseudo filesystems ---> - [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL] - [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR] + [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL] + [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR] -- cgit v1.2.3-54-g00ecf