Home
last modified time | relevance | path

Searched refs:tomoyo_compare_name_union (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmount.c55 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()
H A Dfile.c74 * tomoyo_compare_name_union - Check whether a name matches "struct tomoyo_name_union" or not.
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()
H A Dcondition.c247 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath()
820 !tomoyo_compare_name_union(symlink, ptr) in tomoyo_condition()
H A Dnetwork.c456 tomoyo_compare_name_union(r->param.unix_network.address, in tomoyo_check_unix_acl()
H A Dcommon.h963 const struct tomoyo_path_info *tomoyo_compare_name_union
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmount.c55 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()
H A Dfile.c74 * tomoyo_compare_name_union - Check whether a name matches "struct tomoyo_name_union" or not.
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()
H A Dcondition.c247 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath()
820 !tomoyo_compare_name_union(symlink, ptr) in tomoyo_condition()
H A Dnetwork.c456 tomoyo_compare_name_union(r->param.unix_network.address, in tomoyo_check_unix_acl()
H A Dcommon.h962 const struct tomoyo_path_info *tomoyo_compare_name_union

Completed in 14 milliseconds