Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/landlock/
Dfs_test.c285 TEST_F_FORK(layout1, no_restriction) in TEST_F_FORK() function
308 TEST_F_FORK(layout1, inval) in TEST_F_FORK() function
429 TEST_F_FORK(layout1, file_and_dir_access_rights) in TEST_F_FORK() function
473 TEST_F_FORK(layout1, unknown_access_rights) in TEST_F_FORK() function
571 TEST_F_FORK(layout1, proc_nsfs) in TEST_F_FORK() function
620 TEST_F_FORK(layout1, unpriv) in TEST_F_FORK() function
643 TEST_F_FORK(layout1, effective_access) in TEST_F_FORK() function
701 TEST_F_FORK(layout1, unhandled_access) in TEST_F_FORK() function
728 TEST_F_FORK(layout1, ruleset_overlap) in TEST_F_FORK() function
769 TEST_F_FORK(layout1, layer_rule_unions) in TEST_F_FORK() function
[all …]
Dcommon.h29 #define TEST_F_FORK(fixture_name, test_name) \ macro