Home
last modified time | relevance | path

Searched refs:MNT_MULTILABEL (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.140.69/security/
H A Dmac_vfs.c2204 mp->mnt_flag |= MNT_MULTILABEL; in mac_mount_label_associate()
2209 mp->mnt_flag |= MNT_MULTILABEL; in mac_mount_label_associate()
2214 mp->mnt_flag |= MNT_MULTILABEL; in mac_mount_label_associate()
2219 mp->mnt_flag |= MNT_MULTILABEL; in mac_mount_label_associate()
2224 mp->mnt_flag |= MNT_MULTILABEL; in mac_mount_label_associate()
2230 mp->mnt_flag |= MNT_MULTILABEL; in mac_mount_label_associate()
2235 (mp->mnt_flag & MNT_MULTILABEL)) { in mac_mount_label_associate()
2236 mp->mnt_flag &= ~MNT_MULTILABEL; in mac_mount_label_associate()
2245 mp->mnt_flag & MNT_MULTILABEL ? "multilabel" : "singlelabel", in mac_mount_label_associate()
2610 if ((vp->v_mount->mnt_flag & MNT_MULTILABEL) == 0) { in vn_setlabel()
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_conf.c128 .vfc_flags = MNT_MULTILABEL,
H A Dvfs_lookup.c986 if (vfs_flags(vnode_mount(dp)) & MNT_MULTILABEL) { in lookup_handle_found_vnode()
H A Dvfs_xattr.c267 if (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL) { in vn_setxattr()
332 if (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL) { in vn_removexattr()
H A Dvfs_syscalls.c1367 if (flags & MNT_MULTILABEL) { in mount_common()
1372 mp->mnt_flag |= MNT_MULTILABEL; in mount_common()
1730 if (vfs_flags(mp) & MNT_MULTILABEL) { in mount_common()
H A Dvfs_subr.c1353 if ((vfs_flags(mp) & MNT_MULTILABEL) == 0) { in vfs_mountroot()
8292 if (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL) { in vn_authorize_open_existing()
/xnu-11417.140.69/bsd/sys/
H A Dmount.h336 #define MNT_MULTILABEL 0x04000000 /* MAC support for individual labels */ macro
359 MNT_NOUSERXATTR | MNT_DEFWRITE | MNT_MULTILABEL | \
/xnu-11417.140.69/bsd/miscfs/bindfs/
H A Dbind_vfsops.c219 flags |= (MNT_DONTBROWSE | MNT_MULTILABEL | MNT_NOSUID | MNT_RDONLY); in bindfs_mount()
/xnu-11417.140.69/bsd/miscfs/nullfs/
H A Dnull_vfsops.c234 flags |= (MNT_DONTBROWSE | MNT_MULTILABEL | MNT_NOSUID | MNT_RDONLY); in nullfs_mount()