Home
last modified time | relevance | path

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

/security/apparmor/include/
Dpath.h19 enum path_flags { enum
Dpolicy.h191 u32 path_flags; member
/security/apparmor/
Dfile.c286 flags |= profile->path_flags | (S_ISDIR(cond->mode) ? PATH_IS_DIR : 0); in aa_path_perm()
367 error = aa_path_name(&link, profile->path_flags, &buffer, &lname, in aa_path_link()
373 error = aa_path_name(&target, profile->path_flags, &buffer2, &tname, in aa_path_link()
Dpolicy_unpack.c525 if (unpack_u32(e, &profile->path_flags, "path_flags")) in unpack_profile()
526 profile->path_flags |= profile->flags & PFLAG_MEDIATE_DELETED; in unpack_profile()
529 profile->path_flags = PFLAG_MEDIATE_DELETED; in unpack_profile()
Ddomain.c375 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()