Searched refs:path_flags (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/security/apparmor/include/ |
D | path.h | 19 enum path_flags { enum
|
D | policy.h | 214 u32 path_flags; member
|
/linux-4.4.14/security/apparmor/ |
D | file.c | 286 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()
|
D | policy_unpack.c | 537 if (unpack_u32(e, &profile->path_flags, "path_flags")) in unpack_profile() 538 profile->path_flags |= profile->flags & PFLAG_MEDIATE_DELETED; in unpack_profile() 541 profile->path_flags = PFLAG_MEDIATE_DELETED; in unpack_profile()
|
D | domain.c | 367 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1365 u32 path_flags, const struct ib_qp_attr *attr) in mlx5_set_path() argument 1369 path->fl = (path_flags & MLX5_PATH_FLAG_FL) ? 0x80 : 0; in mlx5_set_path() 1370 path->free_ar = (path_flags & MLX5_PATH_FLAG_FREE_AR) ? 0x80 : 0; in mlx5_set_path()
|