diff options
author | Alexey Gladkov <legion@kernel.org> | 2021-04-22 15:27:15 +0300 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2021-04-30 22:14:03 +0300 |
commit | e4aebf06695c32d49f1007f9d252f97b5b2998a7 (patch) | |
tree | b3618b4ca6da9c986069a7cd862e3465b041e901 /tools/testing/selftests/Makefile | |
parent | d7c9e99aee48e6bc0b427f3e3c658a6aba15001e (diff) | |
download | linux-e4aebf06695c32d49f1007f9d252f97b5b2998a7.tar.xz |
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/Makefile | 1 |
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 |