We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a1716 commit 14f9843Copy full SHA for 14f9843
4 files changed
tools/testing/selftests/namespaces/.gitignore
@@ -0,0 +1 @@
1
+nsid_test
tools/testing/selftests/namespaces/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
2
+CFLAGS += -Wall -O0 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
3
+
4
+TEST_GEN_PROGS := nsid_test
5
6
+include ../lib.mk
7
tools/testing/selftests/namespaces/config
+CONFIG_UTS_NS=y
+CONFIG_TIME_NS=y
+CONFIG_IPC_NS=y
+CONFIG_USER_NS=y
+CONFIG_PID_NS=y
+CONFIG_NET_NS=y
+CONFIG_CGROUPS=y
0 commit comments