Searched refs:path_flags (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/security/apparmor/include/ |
D | path.h | 19 enum path_flags { enum
|
D | policy.h | 191 u32 path_flags; member
|
/linux-3.4.99/security/apparmor/ |
D | file.c | 284 flags |= profile->path_flags | (S_ISDIR(cond->mode) ? PATH_IS_DIR : 0); in aa_path_perm() 365 error = aa_path_name(&link, profile->path_flags, &buffer, &lname, in aa_path_link() 371 error = aa_path_name(&target, profile->path_flags, &buffer2, &tname, in aa_path_link()
|
D | policy_unpack.c | 525 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()
|
D | domain.c | 375 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
|