syscalls: add selftest for execveat(2)
authorDavid Drysdale <[email protected]>
Sat, 13 Dec 2014 00:57:36 +0000 (16:57 -0800)
committerLinus Torvalds <[email protected]>
Sat, 13 Dec 2014 20:42:51 +0000 (12:42 -0800)
commitc9b26b81af9c3296685b5dbcbcd415400ab400dc
treec8cf3c47deb2485a35152ddbfdcdae8eff4de6b4
parent27d6ec7ad6f7a2a131ff8e9f77bcc6547e178d2c
syscalls: add selftest for execveat(2)

Signed-off-by: David Drysdale <[email protected]>
Cc: Meredydd Luff <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Michael Kerrisk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
tools/testing/selftests/Makefile
tools/testing/selftests/exec/.gitignore [new file with mode: 0644]
tools/testing/selftests/exec/Makefile [new file with mode: 0644]
tools/testing/selftests/exec/execveat.c [new file with mode: 0644]