pidfd: add tests for NSpid info in fdinfo
authorChristian Kellner <christian@kellner.me>
Mon, 14 Oct 2019 16:20:33 +0000 (18:20 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 15 Oct 2019 10:17:11 +0000 (12:17 +0200)
commit2def297ec7fbf68cedc48f69e1f600fef13f2e96
tree673199126d81b80b5703030622716ed26d955e30
parent15d42eb26bdee47c0278fbdab4198577bc6a97b5
pidfd: add tests for NSpid info in fdinfo

Add a test that checks that if pid namespaces are configured the fdinfo
file of a pidfd contains an NSpid: entry containing the process id in
the current and additionally all nested namespaces. In the case that
a pidfd is from a pid namespace not in the same namespace hierarchy as
the process accessing the fdinfo file, ensure the 'NSpid' shows 0 for
that pidfd, analogous to the 'Pid' entry.

Signed-off-by: Christian Kellner <christian@kellner.me>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Link: https://lore.kernel.org/r/20191014162034.2185-2-ckellner@redhat.com
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
tools/testing/selftests/pidfd/Makefile
tools/testing/selftests/pidfd/pidfd_fdinfo_test.c [new file with mode: 0644]