diff options
| author | Andrey Vagin <avagin@openvz.org> | 2016-09-06 00:47:16 -0700 |
|---|---|---|
| committer | Eric W. Biederman <ebiederm@xmission.com> | 2016-09-22 19:59:41 -0500 |
| commit | 6ad92bf63e45f97e306da48cd1cbce6e4fef1e5d (patch) | |
| tree | 3a880aea3a869f8ee5261704a7ca5e6f6983db17 /tools/testing/selftests/Makefile | |
| parent | nsfs: add ioctl to get a parent namespace (diff) | |
| download | linux-6ad92bf63e45f97e306da48cd1cbce6e4fef1e5d.tar.gz linux-6ad92bf63e45f97e306da48cd1cbce6e4fef1e5d.zip | |
tools/testing: add a test to check nsfs ioctl-s
There are two new ioctl-s:
One ioctl for the user namespace that owns a file descriptor.
One ioctl for the parent namespace of a namespace file descriptor.
The test checks that these ioctl-s works and that they handle a case
when a target namespace is outside of the current process namespace.
Signed-off-by: Andrei Vagin <avagin@openvz.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 ff9e5f20a5a7..f770dba2a6f6 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -15,6 +15,7 @@ TARGETS += memory-hotplug TARGETS += mount TARGETS += mqueue TARGETS += net +TARGETS += nsfs TARGETS += powerpc TARGETS += pstore TARGETS += ptrace |
