aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorAlexey Gladkov <legion@kernel.org>2021-04-22 14:27:15 +0200
committerEric W. Biederman <ebiederm@xmission.com>2021-04-30 14:14:03 -0500
commite4aebf06695c32d49f1007f9d252f97b5b2998a7 (patch)
treeb3618b4ca6da9c986069a7cd862e3465b041e901 /tools/testing/selftests/Makefile
parentReimplement RLIMIT_MEMLOCK on top of ucounts (diff)
downloadwireguard-linux-e4aebf06695c32d49f1007f9d252f97b5b2998a7.tar.xz
wireguard-linux-e4aebf06695c32d49f1007f9d252f97b5b2998a7.zip
kselftests: Add test to check for rlimit changes in different user namespaces
The testcase runs few instances of the program with RLIMIT_NPROC=1 from user uid=60000, in different user namespaces. Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/28cafdcdd4abd8494b34a27f1970b666b30de8bf.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 6c575cf34a71..a4ea1481bd9a 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -48,6 +48,7 @@ TARGETS += proc
TARGETS += pstore
TARGETS += ptrace
TARGETS += openat2
+TARGETS += rlimits
TARGETS += rseq
TARGETS += rtc
TARGETS += seccomp