Symbol: TEST_F_FORK
tools/testing/selftests/landlock/common.h
26
#define TEST_F_FORK(fixture_name, test_name) TEST_F(fixture_name, test_name)
tools/testing/selftests/landlock/fs_test.c
1084
TEST_F_FORK(layout1, non_overlapping_accesses)
tools/testing/selftests/landlock/fs_test.c
1124
TEST_F_FORK(layout1, interleaved_masked_accesses)
tools/testing/selftests/landlock/fs_test.c
1280
TEST_F_FORK(layout1, inherit_subset)
tools/testing/selftests/landlock/fs_test.c
1396
TEST_F_FORK(layout1, inherit_superset)
tools/testing/selftests/landlock/fs_test.c
1432
TEST_F_FORK(layout0, max_layers)
tools/testing/selftests/landlock/fs_test.c
1455
TEST_F_FORK(layout1, empty_or_same_ruleset)
tools/testing/selftests/landlock/fs_test.c
1484
TEST_F_FORK(layout1, rule_on_mountpoint)
tools/testing/selftests/landlock/fs_test.c
1510
TEST_F_FORK(layout1, rule_over_mountpoint)
tools/testing/selftests/landlock/fs_test.c
1540
TEST_F_FORK(layout1, rule_over_root_allow_then_deny)
tools/testing/selftests/landlock/fs_test.c
1564
TEST_F_FORK(layout1, rule_over_root_deny)
tools/testing/selftests/landlock/fs_test.c
1581
TEST_F_FORK(layout1, rule_inside_mount_ns)
tools/testing/selftests/landlock/fs_test.c
1605
TEST_F_FORK(layout1, mount_and_pivot)
tools/testing/selftests/landlock/fs_test.c
1625
TEST_F_FORK(layout1, move_mount)
tools/testing/selftests/landlock/fs_test.c
1655
TEST_F_FORK(layout1, topology_changes_with_net_only)
tools/testing/selftests/landlock/fs_test.c
1677
TEST_F_FORK(layout1, topology_changes_with_net_and_fs)
tools/testing/selftests/landlock/fs_test.c
1704
TEST_F_FORK(layout1, release_inodes)
tools/testing/selftests/landlock/fs_test.c
1742
TEST_F_FORK(layout1, covered_rule)
tools/testing/selftests/landlock/fs_test.c
1897
TEST_F_FORK(layout1, relative_open)
tools/testing/selftests/landlock/fs_test.c
1902
TEST_F_FORK(layout1, relative_chdir)
tools/testing/selftests/landlock/fs_test.c
1907
TEST_F_FORK(layout1, relative_chroot_only)
tools/testing/selftests/landlock/fs_test.c
1912
TEST_F_FORK(layout1, relative_chroot_chdir)
tools/testing/selftests/landlock/fs_test.c
1982
TEST_F_FORK(layout1, execute)
tools/testing/selftests/landlock/fs_test.c
2018
TEST_F_FORK(layout1, umount_sandboxer)
tools/testing/selftests/landlock/fs_test.c
2095
TEST_F_FORK(layout1, link)
tools/testing/selftests/landlock/fs_test.c
2173
TEST_F_FORK(layout1, rename_file)
tools/testing/selftests/landlock/fs_test.c
2250
TEST_F_FORK(layout1, rename_dir)
tools/testing/selftests/landlock/fs_test.c
2309
TEST_F_FORK(layout1, reparent_refer)
tools/testing/selftests/landlock/fs_test.c
2411
TEST_F_FORK(layout1, refer_denied_by_default1)
tools/testing/selftests/landlock/fs_test.c
2421
TEST_F_FORK(layout1, refer_denied_by_default2)
tools/testing/selftests/landlock/fs_test.c
2432
TEST_F_FORK(layout1, refer_denied_by_default3)
tools/testing/selftests/landlock/fs_test.c
2442
TEST_F_FORK(layout1, refer_denied_by_default4)
tools/testing/selftests/landlock/fs_test.c
2451
TEST_F_FORK(layout1, refer_mount_root_deny)
tools/testing/selftests/landlock/fs_test.c
2476
TEST_F_FORK(layout1, refer_part_mount_tree_is_allowed)
tools/testing/selftests/landlock/fs_test.c
2508
TEST_F_FORK(layout1, reparent_link)
tools/testing/selftests/landlock/fs_test.c
2582
TEST_F_FORK(layout1, reparent_rename)
tools/testing/selftests/landlock/fs_test.c
2769
TEST_F_FORK(layout1, reparent_exdev_layers_rename1)
tools/testing/selftests/landlock/fs_test.c
2823
TEST_F_FORK(layout1, reparent_exdev_layers_rename2)
tools/testing/selftests/landlock/fs_test.c
2867
TEST_F_FORK(layout1, reparent_exdev_layers_exchange1)
tools/testing/selftests/landlock/fs_test.c
2973
TEST_F_FORK(layout1, reparent_exdev_layers_exchange2)
tools/testing/selftests/landlock/fs_test.c
2992
TEST_F_FORK(layout1, reparent_exdev_layers_exchange3)
tools/testing/selftests/landlock/fs_test.c
3016
TEST_F_FORK(layout1, reparent_remove)
tools/testing/selftests/landlock/fs_test.c
3074
TEST_F_FORK(layout1, reparent_dom_superset)
tools/testing/selftests/landlock/fs_test.c
3163
TEST_F_FORK(layout1, remove_dir)
tools/testing/selftests/landlock/fs_test.c
3195
TEST_F_FORK(layout1, remove_file)
tools/testing/selftests/landlock/fs_test.c
3265
TEST_F_FORK(layout1, make_char)
tools/testing/selftests/landlock/fs_test.c
3273
TEST_F_FORK(layout1, make_block)
tools/testing/selftests/landlock/fs_test.c
3281
TEST_F_FORK(layout1, make_reg_1)
tools/testing/selftests/landlock/fs_test.c
3286
TEST_F_FORK(layout1, make_reg_2)
tools/testing/selftests/landlock/fs_test.c
3291
TEST_F_FORK(layout1, make_sock)
tools/testing/selftests/landlock/fs_test.c
3296
TEST_F_FORK(layout1, make_fifo)
tools/testing/selftests/landlock/fs_test.c
3301
TEST_F_FORK(layout1, make_sym)
tools/testing/selftests/landlock/fs_test.c
3341
TEST_F_FORK(layout1, make_dir)
tools/testing/selftests/landlock/fs_test.c
3376
TEST_F_FORK(layout1, proc_unlinked_file)
tools/testing/selftests/landlock/fs_test.c
3412
TEST_F_FORK(layout1, proc_pipe)
tools/testing/selftests/landlock/fs_test.c
3499
TEST_F_FORK(layout1, truncate_unhandled)
tools/testing/selftests/landlock/fs_test.c
3550
TEST_F_FORK(layout1, truncate)
tools/testing/selftests/landlock/fs_test.c
3657
TEST_F_FORK(layout1, ftruncate)
tools/testing/selftests/landlock/fs_test.c
3799
TEST_F_FORK(ftruncate, open_and_ftruncate)
tools/testing/selftests/landlock/fs_test.c
3823
TEST_F_FORK(ftruncate, open_and_ftruncate_in_different_processes)
tools/testing/selftests/landlock/fs_test.c
3929
TEST_F_FORK(layout1, o_path_ftruncate_and_ioctl)
tools/testing/selftests/landlock/fs_test.c
4074
TEST_F_FORK(layout1, named_pipe_ioctl)
tools/testing/selftests/landlock/fs_test.c
4156
TEST_F_FORK(layout1, named_unix_domain_socket_ioctl)
tools/testing/selftests/landlock/fs_test.c
4229
TEST_F_FORK(ioctl, handle_dir_access_file)
tools/testing/selftests/landlock/fs_test.c
4260
TEST_F_FORK(ioctl, handle_dir_access_dir)
tools/testing/selftests/landlock/fs_test.c
4302
TEST_F_FORK(ioctl, handle_file_access_file)
tools/testing/selftests/landlock/fs_test.c
453
TEST_F_FORK(layout1, no_restriction)
tools/testing/selftests/landlock/fs_test.c
4722
TEST_F_FORK(coredump, socket_not_restricted)
tools/testing/selftests/landlock/fs_test.c
476
TEST_F_FORK(layout1, inval)
tools/testing/selftests/landlock/fs_test.c
4856
TEST_F_FORK(layout1_bind, no_restriction)
tools/testing/selftests/landlock/fs_test.c
4878
TEST_F_FORK(layout1_bind, same_content_same_file)
tools/testing/selftests/landlock/fs_test.c
5001
TEST_F_FORK(layout1_bind, reparent_cross_mount)
tools/testing/selftests/landlock/fs_test.c
5040
TEST_F_FORK(layout1_bind, path_disconnected)
tools/testing/selftests/landlock/fs_test.c
5135
TEST_F_FORK(layout1_bind, path_disconnected_rename)
tools/testing/selftests/landlock/fs_test.c
5303
TEST_F_FORK(layout1_bind, path_disconnected_link)
tools/testing/selftests/landlock/fs_test.c
5824
TEST_F_FORK(layout4_disconnected_leafs, read_rename_exchange)
tools/testing/selftests/landlock/fs_test.c
600
TEST_F_FORK(layout1, file_and_dir_access_rights)
tools/testing/selftests/landlock/fs_test.c
6348
TEST_F_FORK(layout5_disconnected_branch, read_rename_exchange)
tools/testing/selftests/landlock/fs_test.c
644
TEST_F_FORK(layout0, ruleset_with_unknown_access)
tools/testing/selftests/landlock/fs_test.c
660
TEST_F_FORK(layout0, rule_with_unknown_access)
tools/testing/selftests/landlock/fs_test.c
6652
TEST_F_FORK(layout2_overlay, no_restriction)
tools/testing/selftests/landlock/fs_test.c
6690
TEST_F_FORK(layout2_overlay, same_content_different_file)
tools/testing/selftests/landlock/fs_test.c
687
TEST_F_FORK(layout1, rule_with_unhandled_access)
tools/testing/selftests/landlock/fs_test.c
7140
TEST_F_FORK(layout3_fs, tag_inode_dir_parent)
tools/testing/selftests/landlock/fs_test.c
7146
TEST_F_FORK(layout3_fs, tag_inode_dir_mnt)
tools/testing/selftests/landlock/fs_test.c
7151
TEST_F_FORK(layout3_fs, tag_inode_dir_child)
tools/testing/selftests/landlock/fs_test.c
7159
TEST_F_FORK(layout3_fs, tag_inode_file)
tools/testing/selftests/landlock/fs_test.c
7165
TEST_F_FORK(layout3_fs, release_inodes)
tools/testing/selftests/landlock/fs_test.c
797
TEST_F_FORK(layout0, proc_nsfs)
tools/testing/selftests/landlock/fs_test.c
846
TEST_F_FORK(layout0, unpriv)
tools/testing/selftests/landlock/fs_test.c
869
TEST_F_FORK(layout1, effective_access)
tools/testing/selftests/landlock/fs_test.c
924
TEST_F_FORK(layout1, unhandled_access)
tools/testing/selftests/landlock/fs_test.c
948
TEST_F_FORK(layout1, ruleset_overlap)
tools/testing/selftests/landlock/fs_test.c
986
TEST_F_FORK(layout1, layer_rule_unions)