summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-30 14:31:58 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-10-12 17:11:10 +0200
commit7a394e1d23f83279e7d9b47614e77d3ab766db71 (patch)
tree386902a4ba240081b7c72dd4e21e9c58265fdbf6 /configs/platform-v7a
parentf671a6cdece25ed58b527e53243bd37e7863f08d (diff)
downloadDistroKit-7a394e1d23f83279e7d9b47614e77d3ab766db71.tar.gz
DistroKit-7a394e1d23f83279e7d9b47614e77d3ab766db71.tar.xz
platform-v7a: kernel: disable unneeded namespaces
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a')
-rw-r--r--configs/platform-v7a/kernelconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 6bbe770..56f3aa7 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -141,10 +141,10 @@ CONFIG_CGROUP_PERF=y
# CONFIG_SOCK_CGROUP_DATA is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
-CONFIG_UTS_NS=y
-CONFIG_IPC_NS=y
-CONFIG_USER_NS=y
-CONFIG_PID_NS=y
+# CONFIG_UTS_NS is not set
+# CONFIG_IPC_NS is not set
+# CONFIG_USER_NS is not set
+# CONFIG_PID_NS is not set
CONFIG_NET_NS=y
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set