mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-28 13:02:59 +00:00
* check that a child process is in parent's time namespace after vfork. * check that a child process is in the target namespace after exec. Output on success: $ ./vfork_exec 1..1 ok 1 exec Signed-off-by: Andrei Vagin <avagin@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20220613060723.197407-2-avagin@gmail.com
8 lines
197 B
Makefile
8 lines
197 B
Makefile
TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
|
|
TEST_GEN_PROGS_EXTENDED := gettime_perf
|
|
|
|
CFLAGS := -Wall -Werror -pthread
|
|
LDLIBS := -lrt -ldl
|
|
|
|
include ../lib.mk
|