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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dpath.h19 enum path_flags { enum
H A Dpolicy.h116 * @path_flags: flags controlling path generation behavior
151 u32 path_flags; member in struct:aa_profile
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dfile.c276 flags |= profile->path_flags | (S_ISDIR(cond->mode) ? PATH_IS_DIR : 0);
363 error = aa_get_name(&link, profile->path_flags, &buffer, &lname);
368 error = aa_get_name(&target, profile->path_flags, &buffer2, &tname);
H A Dpolicy_unpack.c521 /* path_flags is optional */
522 if (unpack_u32(e, &profile->path_flags, "path_flags"))
523 profile->path_flags |= profile->flags & PFLAG_MEDIATE_DELETED;
525 /* set a default value if path_flags field is not present */
526 profile->path_flags = PFLAG_MEDIATE_DELETED;
H A Ddomain.c375 error = aa_get_name(&bprm->file->f_path, profile->path_flags, &buffer,

Completed in 194 milliseconds