| /freebsd/sys/security/mac_bsdextended/ |
| H A D | ugidfw_internal.h | 56 struct label *dvplabel); 58 struct label *dvplabel); 60 struct label *dvplabel, struct componentname *cnp, 75 struct label *dvplabel, struct vnode *vp, struct label *label, 80 struct label *dvplabel, struct componentname *cnp); 84 struct label *dvplabel); 88 struct label *dvplabel, struct vnode *vp, struct label *vplabel, 91 struct label *dvplabel, struct vnode *vp, struct label *vplabel, 111 struct label *dvplabel, struct vnode *vp, struct label *vplabel,
|
| H A D | ugidfw_vnode.c | 71 struct label *dvplabel) in ugidfw_vnode_check_chdir() argument 79 struct label *dvplabel) in ugidfw_vnode_check_chroot() argument 87 struct label *dvplabel, struct componentname *cnp, struct vattr *vap) in ugidfw_check_create_vnode() argument 136 struct label *dvplabel, struct vnode *vp, struct label *label, in ugidfw_vnode_check_link() argument 160 struct label *dvplabel, struct componentname *cnp) in ugidfw_vnode_check_lookup() argument 176 struct label *dvplabel) in ugidfw_vnode_check_readdir() argument 192 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in ugidfw_vnode_check_rename_from() argument 205 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in ugidfw_vnode_check_rename_to() argument 284 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in ugidfw_vnode_check_unlink() argument
|
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 1489 struct label *dvplabel) in stub_vnode_check_chdir() argument 1497 struct label *dvplabel) in stub_vnode_check_chroot() argument 1505 struct label *dvplabel, struct componentname *cnp, struct vattr *vap) in stub_vnode_check_create() argument 1554 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in stub_vnode_check_link() argument 1571 struct label *dvplabel, struct componentname *cnp) in stub_vnode_check_lookup() argument 1626 struct label *dvplabel) in stub_vnode_check_readdir() argument 1650 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in stub_vnode_check_rename_from() argument 1659 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in stub_vnode_check_rename_to() argument 1732 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in stub_vnode_check_unlink() argument 1749 struct label *mntlabel, struct vnode *dvp, struct label *dvplabel, in stub_vnode_create_extattr() argument
|
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 2718 struct label *dvplabel) in test_vnode_check_chdir() argument 2722 LABEL_CHECK(dvplabel, MAGIC_VNODE); in test_vnode_check_chdir() 2731 struct label *dvplabel) in test_vnode_check_chroot() argument 2735 LABEL_CHECK(dvplabel, MAGIC_VNODE); in test_vnode_check_chroot() 2744 struct label *dvplabel, struct componentname *cnp, struct vattr *vap) in test_vnode_check_create() argument 2748 LABEL_CHECK(dvplabel, MAGIC_VNODE); in test_vnode_check_create() 2824 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in test_vnode_check_link() argument 2829 LABEL_CHECK(dvplabel, MAGIC_VNODE); in test_vnode_check_link() 2852 struct label *dvplabel, struct componentname *cnp) in test_vnode_check_lookup() argument 2856 LABEL_CHECK(dvplabel, MAGIC_VNODE); in test_vnode_check_lookup() [all …]
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 2504 struct label *dvplabel) in mls_vnode_check_chdir() argument 2512 obj = SLOT(dvplabel); in mls_vnode_check_chdir() 2522 struct label *dvplabel) in mls_vnode_check_chroot() argument 2530 obj = SLOT(dvplabel); in mls_vnode_check_chroot() 2540 struct label *dvplabel, struct componentname *cnp, struct vattr *vap) in mls_vnode_check_create() argument 2548 obj = SLOT(dvplabel); in mls_vnode_check_create() 2662 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in mls_vnode_check_link() argument 2671 obj = SLOT(dvplabel); in mls_vnode_check_link() 2704 struct label *dvplabel, struct componentname *cnp) in mls_vnode_check_lookup() argument 2712 obj = SLOT(dvplabel); in mls_vnode_check_lookup() [all …]
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 2875 struct label *dvplabel) in biba_vnode_check_chdir() argument 2883 obj = SLOT(dvplabel); in biba_vnode_check_chdir() 2893 struct label *dvplabel) in biba_vnode_check_chroot() argument 2901 obj = SLOT(dvplabel); in biba_vnode_check_chroot() 2911 struct label *dvplabel, struct componentname *cnp, struct vattr *vap) in biba_vnode_check_create() argument 2919 obj = SLOT(dvplabel); in biba_vnode_check_create() 3033 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in biba_vnode_check_link() argument 3042 obj = SLOT(dvplabel); in biba_vnode_check_link() 3075 struct label *dvplabel, struct componentname *cnp) in biba_vnode_check_lookup() argument 3083 obj = SLOT(dvplabel); in biba_vnode_check_lookup() [all …]
|
| /freebsd/sys/security/mac/ |
| H A D | mac_policy.h | 623 struct vnode *dvp, struct label *dvplabel); 625 struct vnode *dvp, struct label *dvplabel); 627 struct vnode *dvp, struct label *dvplabel, 645 struct vnode *dvp, struct label *dvplabel, 652 struct vnode *dvp, struct label *dvplabel, 671 struct vnode *dvp, struct label *dvplabel); 678 struct vnode *dvp, struct label *dvplabel, 682 struct vnode *dvp, struct label *dvplabel, 707 struct vnode *dvp, struct label *dvplabel, 717 struct vnode *dvp, struct label *dvplabel,
|
| /freebsd/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 2337 struct label *dvplabel, struct componentname *cnp, struct vattr *vap) in lomac_vnode_check_create() argument 2345 obj = SLOT(dvplabel); in lomac_vnode_check_create() 2376 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in lomac_vnode_check_link() argument 2385 obj = SLOT(dvplabel); in lomac_vnode_check_link() 2563 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in lomac_vnode_check_rename_from() argument 2572 obj = SLOT(dvplabel); in lomac_vnode_check_rename_from() 2587 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in lomac_vnode_check_rename_to() argument 2596 obj = SLOT(dvplabel); in lomac_vnode_check_rename_to() 2741 struct label *dvplabel, struct vnode *vp, struct label *vplabel, in lomac_vnode_check_unlink() argument 2750 obj = SLOT(dvplabel); in lomac_vnode_check_unlink() [all …]
|
| /freebsd/sys/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 629 struct label *dvplabel __unused, struct vnode *vp, in mac_veriexec_vnode_check_unlink() 669 struct vnode *dvp __unused, struct label *dvplabel __unused, in mac_veriexec_vnode_check_rename_from() 712 struct label *dvplabel __unused, struct vnode *vp, in mac_veriexec_vnode_check_rename_to()
|