Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dpath.h19 enum path_flags { enum
Dpolicy.h214 u32 path_flags; member
/linux-4.1.27/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.c537 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()
Ddomain.c369 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c1378 u32 path_flags, const struct ib_qp_attr *attr) in mlx5_set_path() argument
1384 path->fl = (path_flags & MLX5_PATH_FLAG_FL) ? 0x80 : 0; in mlx5_set_path()
1385 path->free_ar = (path_flags & MLX5_PATH_FLAG_FREE_AR) ? 0x80 : 0; in mlx5_set_path()