aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/uevent/config
diff options
context:
space:
mode:
authorChristian Brauner <christianvanbrauner@gmail.com>2018-05-22 21:34:21 +0200
committerDavid S. Miller <davem@davemloft.net>2018-05-23 15:24:22 -0400
commit9d3df886d17b5ef73d4018841ef0a349fcd109ea (patch)
treea90072f683f1639272b1f14c1dc86cc7747e2deb /tools/testing/selftests/uevent/config
parentMerge branch 'fib-rule-selftest' (diff)
downloadwireguard-linux-9d3df886d17b5ef73d4018841ef0a349fcd109ea.tar.xz
wireguard-linux-9d3df886d17b5ef73d4018841ef0a349fcd109ea.zip
selftests: uevent filtering
Recent discussions around uevent filtering (cf. net-next commit [1], [2], and [3] and discussions in [4], [5], and [6]) have shown that the semantics around uevent filtering where not well understood. Now that we have settled - at least for the moment - how uevent filtering should look like let's add some selftests to ensure we don't regress anything in the future. Note, the semantics of uevent filtering are described in detail in my commit message to [2] so I won't repeat them here. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=90d52d4fd82007005125d9a8d2d560a1ca059b9d [2]: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=a3498436b3a0f8ec289e6847e1de40b4123e1639 [3]: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=26045a7b14bc7a5455e411d820110f66557d6589 [4]: https://lkml.org/lkml/2018/4/4/739 [5]: https://lkml.org/lkml/2018/4/26/767 [6]: https://lkml.org/lkml/2018/4/26/738 Signed-off-by: Christian Brauner <christian@brauner.io> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/uevent/config')
-rw-r--r--tools/testing/selftests/uevent/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/uevent/config b/tools/testing/selftests/uevent/config
new file mode 100644
index 000000000000..1038f4515be8
--- /dev/null
+++ b/tools/testing/selftests/uevent/config
@@ -0,0 +1,2 @@
+CONFIG_USER_NS=y
+CONFIG_NET=y