Searched refs:tomoyo_compare_name_union (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/security/tomoyo/ |
D | mount.c | 55 tomoyo_compare_name_union(r->param.mount.type, in tomoyo_check_mount_acl() 57 tomoyo_compare_name_union(r->param.mount.dir, in tomoyo_check_mount_acl() 60 tomoyo_compare_name_union(r->param.mount.dev, in tomoyo_check_mount_acl()
|
D | file.c | 82 tomoyo_compare_name_union(const struct tomoyo_path_info *name, in tomoyo_compare_name_union() function 260 tomoyo_compare_name_union(r->param.path.filename, in tomoyo_check_path_acl() 284 tomoyo_compare_name_union(r->param.path_number.filename, in tomoyo_check_path_number_acl() 303 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl() 304 && tomoyo_compare_name_union(r->param.path2.filename2, in tomoyo_check_path2_acl() 329 tomoyo_compare_name_union(r->param.mkdev.filename, in tomoyo_check_mkdev_acl()
|
D | condition.c | 247 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath() 820 !tomoyo_compare_name_union(symlink, ptr) in tomoyo_condition()
|
D | network.c | 456 tomoyo_compare_name_union(r->param.unix_network.address, in tomoyo_check_unix_acl()
|
D | common.h | 962 const struct tomoyo_path_info *tomoyo_compare_name_union
|