From 7ae936314475bd4f9b6f3bebf1c848596e95ea7a Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Wed, 9 Jan 2019 17:27:42 +0100 Subject: platform-rpi: kernel: disable namespace support "reason" says: Namespace support is not needed on most embedded systems (except NET_NS for systemd). Switch it off. Signed-off-by: Robert Schwebel --- configs/platform-rpi/kernelconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/platform-rpi/kernelconfig') diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index f15916b..99fdfe6 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -114,10 +114,10 @@ CONFIG_CGROUP_BPF=y # CONFIG_CGROUP_DEBUG is not set CONFIG_SOCK_CGROUP_DATA=y CONFIG_NAMESPACES=y -CONFIG_UTS_NS=y -CONFIG_IPC_NS=y +# CONFIG_UTS_NS is not set +# CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set -CONFIG_PID_NS=y +# CONFIG_PID_NS is not set CONFIG_NET_NS=y # CONFIG_CHECKPOINT_RESTORE is not set CONFIG_SCHED_AUTOGROUP=y -- cgit v1.2.3