Searched refs:path2 (Results 1 – 5 of 5) sorted by relevance
/security/tomoyo/ |
D | file.c | 183 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log() 184 r->param.path2.filename1->name, in tomoyo_audit_path2_log() 185 r->param.path2.filename2->name); in tomoyo_audit_path2_log() 302 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_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() 904 const struct path *path2) in tomoyo_path2_perm() argument 912 .path2 = { .mnt = path2->mnt, .dentry = path2->dentry } in tomoyo_path2_perm() 923 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm() 938 r.param.path2.operation = operation; in tomoyo_path2_perm() [all …]
|
D | tomoyo.c | 256 struct path path2 = { .mnt = new_dir->mnt, .dentry = new_dentry }; in tomoyo_path_link() local 258 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2); in tomoyo_path_link() 277 struct path path2 = { .mnt = new_parent->mnt, .dentry = new_dentry }; in tomoyo_path_rename() local 279 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename()
|
D | common.h | 446 } path2; member 593 struct path path2; member 989 const struct path *path2);
|
D | mount.c | 104 obj.path2 = *dir; in tomoyo_mount_acl()
|
D | condition.c | 728 dentry = obj->path2.dentry; in tomoyo_get_attributes()
|