Home
last modified time | relevance | path

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

/linux/security/apparmor/
A Dmount.c281 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags() function
286 return profile->path_flags | in path_flags()
325 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer, in match_mnt_path_str()
385 error = aa_path_name(devpath, path_flags(profile, devpath), in match_mnt()
620 error = aa_path_name(path, path_flags(profile, path), buffer, &name, in profile_umount()
687 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
692 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot()
A Dfile.c249 flags | profile->path_flags, buffer, &name, cond, in profile_path_perm()
329 profile->path_flags, in profile_path_link()
336 profile->path_flags, in profile_path_link()
A Dpolicy_unpack.c937 if (aa_unpack_u32(e, &profile->path_flags, "path_flags")) in unpack_profile()
938 profile->path_flags |= profile->label.flags & in unpack_profile()
942 profile->path_flags = PATH_MEDIATE_DELETED; in unpack_profile()
A Dpolicy.c634 profile->path_flags = parent->path_flags; in aa_alloc_null()
A Ddomain.c650 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition()
761 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
/linux/security/apparmor/include/
A Dpath.h14 enum path_flags { enum
A Dpolicy.h233 u32 path_flags; member
/linux/drivers/infiniband/hw/mlx5/
A Dqp.c3509 int attr_mask, u32 path_flags, in mlx5_set_path() argument
3554 MLX5_SET(ads, path, fl, !!(path_flags & MLX5_PATH_FLAG_FL)); in mlx5_set_path()
3556 !!(path_flags & MLX5_PATH_FLAG_FREE_AR)); in mlx5_set_path()

Completed in 35 milliseconds