Home
last modified time | relevance | path

Searched refs:TEST_F_FORK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c405 TEST_F_FORK(layout1, no_restriction) in TEST_F_FORK() function
428 TEST_F_FORK(layout1, inval) in TEST_F_FORK() function
550 TEST_F_FORK(layout1, file_and_dir_access_rights) in TEST_F_FORK() function
594 TEST_F_FORK(layout0, unknown_access_rights) in TEST_F_FORK() function
692 TEST_F_FORK(layout0, proc_nsfs) in TEST_F_FORK() function
741 TEST_F_FORK(layout0, unpriv) in TEST_F_FORK() function
764 TEST_F_FORK(layout1, effective_access) in TEST_F_FORK() function
822 TEST_F_FORK(layout1, unhandled_access) in TEST_F_FORK() function
849 TEST_F_FORK(layout1, ruleset_overlap) in TEST_F_FORK() function
890 TEST_F_FORK(layout1, layer_rule_unions) in TEST_F_FORK() function
[all …]
H A Dcommon.h34 #define TEST_F_FORK(fixture_name, test_name) \ macro