Searched refs:path_flags (Results 1 – 7 of 7) sorted by relevance
| /linux/security/apparmor/ |
| H A D | mount.c | 281 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags() function 286 return profile->path_flags | in path_flags() 324 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer, in match_mnt_path_str() 383 error = aa_path_name(devpath, path_flags(profile, devpath), in match_mnt() 617 error = aa_path_name(path, path_flags(profile, path), buffer, &name, in profile_umount() 683 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot() 688 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot()
|
| H A D | file.c | 260 flags | profile->path_flags, buffer, &name, cond, in profile_path_perm() 339 profile->path_flags, in profile_path_link() 346 profile->path_flags, in profile_path_link()
|
| H A D | policy_unpack.c | 1240 if (aa_unpack_u32(e, &profile->path_flags, "path_flags")) in unpack_profile() 1241 profile->path_flags |= profile->label.flags & in unpack_profile() 1245 profile->path_flags = PATH_MEDIATE_DELETED; in unpack_profile()
|
| H A D | policy.c | 703 profile->path_flags = parent->path_flags; in aa_alloc_null()
|
| H A D | domain.c | 678 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition() 819 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
|
| /linux/security/apparmor/include/ |
| H A D | path.h | 14 enum path_flags { enum
|
| H A D | policy.h | 267 u32 path_flags; member
|