Searched refs:path_flags (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/security/apparmor/ |
| D | mount.c | 292 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags() function 297 return profile->path_flags | in path_flags() 332 error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer, in match_mnt_path_str() 387 error = aa_path_name(devpath, path_flags(profile, devpath), in match_mnt() 567 error = aa_path_name(path, path_flags(profile, path), buffer, &name, in profile_umount() 626 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot() 631 error = aa_path_name(new_path, path_flags(profile, new_path), in build_pivotroot()
|
| D | file.c | 305 flags | profile->path_flags, buffer, &name, cond, in profile_path_perm() 377 error = path_name(OP_LINK, &profile->label, link, profile->path_flags, in profile_path_link() 383 error = path_name(OP_LINK, &profile->label, target, profile->path_flags, in profile_path_link()
|
| D | policy_unpack.c | 761 if (unpack_u32(e, &profile->path_flags, "path_flags")) in unpack_profile() 762 profile->path_flags |= profile->label.flags & in unpack_profile() 766 profile->path_flags = PATH_MEDIATE_DELETED; in unpack_profile()
|
| D | policy.c | 542 profile->path_flags = parent->path_flags; in aa_new_null_profile()
|
| D | domain.c | 631 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition() 764 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
|
| /Linux-v5.4/security/apparmor/include/ |
| D | path.h | 15 enum path_flags { enum
|
| D | policy.h | 141 u32 path_flags; member
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | qp.c | 2910 u32 path_flags, const struct ib_qp_attr *attr, in mlx5_set_path() argument 2949 path->fl_free_ar = (path_flags & MLX5_PATH_FLAG_FL) ? 0x80 : 0; in mlx5_set_path() 2951 (path_flags & MLX5_PATH_FLAG_FREE_AR) ? 0x40 : 0; in mlx5_set_path()
|