Home
last modified time | relevance | path

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

/security/apparmor/
Dmount.c296 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags() function
301 return profile->path_flags | in path_flags()
336 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer, in match_mnt_path_str()
391 error = aa_path_name(devpath, path_flags(profile, devpath), in match_mnt()
571 error = aa_path_name(path, path_flags(profile, path), buffer, &name, in profile_umount()
630 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
635 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot()
Dfile.c313 flags | profile->path_flags, buffer, &name, cond, in profile_path_perm()
385 error = path_name(OP_LINK, &profile->label, link, profile->path_flags, in profile_path_link()
391 error = path_name(OP_LINK, &profile->label, target, profile->path_flags, in profile_path_link()
Dpolicy_unpack.c672 if (unpack_u32(e, &profile->path_flags, "path_flags")) in unpack_profile()
673 profile->path_flags |= profile->label.flags & in unpack_profile()
677 profile->path_flags = PATH_MEDIATE_DELETED; in unpack_profile()
Dpolicy.c540 profile->path_flags = parent->path_flags; in aa_new_null_profile()
Ddomain.c504 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition()
625 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
/security/apparmor/include/
Dpath.h19 enum path_flags { enum
Dpolicy.h144 u32 path_flags; member