Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-08 | selftests: add missing gitignore files/dirs | Shuah Khan | |
Add missing files and directories to gitignore. Create .gitignore files as needed. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> | |||
2016-09-22 | tools/testing: add a test to check nsfs ioctl-s | Andrey Vagin | |
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> |