summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nsfs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-08selftests: add missing gitignore files/dirsShuah Khan1-0/+2
Add missing files and directories to gitignore. Create .gitignore files as needed. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2016-09-23tools/testing: add a test to check nsfs ioctl-sAndrey Vagin3-0/+181
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>