Searched refs:tomoyo_compare_name_union (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | mount.c | 53 tomoyo_compare_name_union(r->param.mount.type, in tomoyo_check_mount_acl() 55 tomoyo_compare_name_union(r->param.mount.dir, in tomoyo_check_mount_acl() 58 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 258 tomoyo_compare_name_union(r->param.path.filename, in tomoyo_check_path_acl() 281 tomoyo_compare_name_union(r->param.path_number.filename, in tomoyo_check_path_number_acl() 299 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl() 300 && tomoyo_compare_name_union(r->param.path2.filename2, in tomoyo_check_path2_acl() 324 tomoyo_compare_name_union(r->param.mkdev.filename, in tomoyo_check_mkdev_acl()
|
D | condition.c | 238 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath() 797 !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 | 953 const struct tomoyo_path_info *tomoyo_compare_name_union
|