Searched refs:path2 (Results 1 – 5 of 5) sorted by relevance
/security/tomoyo/ |
D | file.c | 182 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log() 183 r->param.path2.filename1->name, in tomoyo_audit_path2_log() 184 r->param.path2.filename2->name); in tomoyo_audit_path2_log() 297 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_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() 886 struct path *path2) in tomoyo_path2_perm() argument 894 .path2 = *path2, in tomoyo_path2_perm() 905 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm() 922 r.param.path2.operation = operation; in tomoyo_path2_perm() [all …]
|
D | tomoyo.c | 279 struct path path2 = { new_dir->mnt, new_dentry }; in tomoyo_path_link() local 280 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2); in tomoyo_path_link() 299 struct path path2 = { new_parent->mnt, new_dentry }; in tomoyo_path_rename() local 300 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename()
|
D | common.h | 442 } path2; member 589 struct path path2; member 979 struct path *path2);
|
D | mount.c | 100 obj.path2 = *dir; in tomoyo_mount_acl()
|
D | condition.c | 707 dentry = obj->path2.dentry; in tomoyo_get_attributes()
|