/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 568 test_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in test_devfs_vnode_associate() argument 573 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_devfs_vnode_associate() 1040 struct label *mplabel) in test_mount_check_stat() argument 1044 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_check_stat() 1053 struct label *mplabel) in test_mount_create() argument 1057 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_create() 2481 test_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in test_vnode_associate_extattr() argument 2485 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_vnode_associate_extattr() 2494 test_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in test_vnode_associate_singlelabel() argument 2498 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_vnode_associate_singlelabel() [all …]
|
/freebsd/sys/security/mac/ |
H A D | mac_policy.h | 202 struct label *mplabel, struct devfs_dirent *de, 291 struct mount *mp, struct label *mplabel); 293 struct label *mplabel); 570 struct label *mplabel, struct vnode *vp, 573 struct label *mplabel, struct vnode *vp, 672 struct mount *mp, struct label *mplabel,
|
/freebsd/sys/security/mac_stub/ |
H A D | mac_stub.c | 379 stub_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in stub_devfs_vnode_associate() argument 563 struct label *mplabel) in stub_mount_check_stat() argument 571 struct label *mplabel) in stub_mount_create() argument 1365 stub_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in stub_vnode_associate_extattr() argument 1373 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
|