Searched refs:tomoyo_compare_name_union (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | mount.c | 52 tomoyo_compare_name_union(r->param.mount.type, in tomoyo_check_mount_acl() 54 tomoyo_compare_name_union(r->param.mount.dir, in tomoyo_check_mount_acl() 57 tomoyo_compare_name_union(r->param.mount.dev, in tomoyo_check_mount_acl()
|
D | file.c | 81 tomoyo_compare_name_union(const struct tomoyo_path_info *name, in tomoyo_compare_name_union() function 257 tomoyo_compare_name_union(r->param.path.filename, in tomoyo_check_path_acl() 280 tomoyo_compare_name_union(r->param.path_number.filename, in tomoyo_check_path_number_acl() 298 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl() 299 && tomoyo_compare_name_union(r->param.path2.filename2, in tomoyo_check_path2_acl() 323 tomoyo_compare_name_union(r->param.mkdev.filename, in tomoyo_check_mkdev_acl()
|
D | condition.c | 237 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath() 796 !tomoyo_compare_name_union(symlink, ptr) in tomoyo_condition()
|
D | network.c | 455 tomoyo_compare_name_union(r->param.unix_network.address, in tomoyo_check_unix_acl()
|
D | common.h | 952 const struct tomoyo_path_info *tomoyo_compare_name_union
|