Home
last modified time | relevance | path

Searched refs:path_flags (Results 1 – 7 of 7) sorted by relevance

/security/apparmor/
A Dmount.c281 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()
A Dfile.c255 flags | profile->path_flags, buffer, &name, cond, in profile_path_perm()
334 profile->path_flags, in profile_path_link()
341 profile->path_flags, in profile_path_link()
A Dpolicy_unpack.c970 if (aa_unpack_u32(e, &profile->path_flags, "path_flags")) in unpack_profile()
971 profile->path_flags |= profile->label.flags & in unpack_profile()
975 profile->path_flags = PATH_MEDIATE_DELETED; in unpack_profile()
A Dpolicy.c665 profile->path_flags = parent->path_flags; in aa_alloc_null()
A Ddomain.c678 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()
/security/apparmor/include/
A Dpath.h14 enum path_flags { enum
A Dpolicy.h243 u32 path_flags; member

Completed in 14 milliseconds