| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 570 test_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in test_devfs_vnode_associate() argument 575 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_devfs_vnode_associate() 1042 struct label *mplabel) in test_mount_check_stat() argument 1046 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_check_stat() 1055 struct label *mplabel) in test_mount_create() argument 1059 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_create() 1096 struct label *mplabel, struct vfsoptlist **optlist, uint64_t fsflags) in test_mount_check_update() argument 1099 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_check_update() 1107 struct label *mplabel, uint64_t flags) in test_mount_check_unmount() argument 1110 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_check_unmount() [all …]
|
| /freebsd/sys/security/mac/ |
| H A D | mac_policy.h | 205 struct label *mplabel, struct devfs_dirent *de, 294 struct mount *mp, struct label *mplabel); 296 struct label *mplabel); 303 struct mount *mp, struct label *mplabel, 306 struct mount *mp, struct label *mplabel, uint64_t flags); 614 struct label *mplabel, struct vnode *vp, 617 struct label *mplabel, struct vnode *vp, 716 struct mount *mp, struct label *mplabel,
|
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 380 stub_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in stub_devfs_vnode_associate() argument 564 struct label *mplabel) in stub_mount_check_stat() argument 572 struct label *mplabel) in stub_mount_create() argument 588 struct label *mplabel, struct vfsoptlist **optlist, uint64_t fsflags) in stub_mount_check_update() argument 596 struct label *mplabel, uint64_t flags) in stub_mount_check_unmount() argument 1465 stub_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in stub_vnode_associate_extattr() argument 1473 stub_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in stub_vnode_associate_singlelabel() argument
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 1323 struct label *mplabel) in biba_mount_check_stat() argument 1331 obj = SLOT(mplabel); in biba_mount_check_stat() 1341 struct label *mplabel) in biba_mount_create() argument 1346 dest = SLOT(mplabel); in biba_mount_create() 2821 biba_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in biba_vnode_associate_extattr() argument 2827 source = SLOT(mplabel); in biba_vnode_associate_extattr() 2862 biba_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in biba_vnode_associate_singlelabel() argument 2867 source = SLOT(mplabel); in biba_vnode_associate_singlelabel() 3507 struct label *mplabel, struct vnode *dvp, struct label *dvplabel, in biba_vnode_create_extattr() argument
|
| /freebsd/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 1094 lomac_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in lomac_devfs_vnode_associate() argument 1444 struct label *mplabel) in lomac_mount_create() argument 1449 dest = SLOT(mplabel); in lomac_mount_create() 2276 lomac_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in lomac_vnode_associate_extattr() argument 2282 source = SLOT(mplabel); in lomac_vnode_associate_extattr() 2324 lomac_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in lomac_vnode_associate_singlelabel() argument 2329 source = SLOT(mplabel); in lomac_vnode_associate_singlelabel() 2783 struct label *mplabel, struct vnode *dvp, struct label *dvplabel, in lomac_vnode_create_extattr() argument
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 964 mls_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in mls_devfs_vnode_associate() argument 1236 mls_mount_create(struct ucred *cred, struct mount *mp, struct label *mplabel) in mls_mount_create() argument 1241 dest = SLOT(mplabel); in mls_mount_create() 2451 mls_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in mls_vnode_associate_extattr() argument 2457 source = SLOT(mplabel); in mls_vnode_associate_extattr() 2491 mls_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in mls_vnode_associate_singlelabel() argument 2496 source = SLOT(mplabel); in mls_vnode_associate_singlelabel() 3136 struct label *mplabel, struct vnode *dvp, struct label *dvplabel, in mls_vnode_create_extattr() argument
|