aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/exec/non-regular.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14selftests/exec: add file type errno testsKees Cook1-0/+196
Make sure execve() returns the expected errno values for non-regular files. Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Marc Zyngier <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>