Home
last modified time | relevance | path

Searched refs:kslabel (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/security/mac_stub/
H A Dmac_stub.c726 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_getvalue() argument
734 struct label *kslabel) in stub_posixsem_check_open() argument
742 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_post() argument
750 struct label *kslabel, mode_t mode) in stub_posixsem_check_setmode() argument
758 struct label *kslabel, uid_t uid, gid_t gid) in stub_posixsem_check_setowner() argument
766 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_stat() argument
774 struct label *kslabel) in stub_posixsem_check_unlink() argument
782 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_wait() argument
790 struct label *kslabel) in stub_posixsem_create() argument
/freebsd/sys/security/mac_test/
H A Dmac_test.c1345 struct ksem *ks, struct label *kslabel) in test_posixsem_check_getvalue() argument
1350 LABEL_CHECK(kslabel, MAGIC_POSIX_SEM); in test_posixsem_check_getvalue()
1359 struct label *kslabel) in test_posixsem_check_open() argument
1363 LABEL_CHECK(kslabel, MAGIC_POSIX_SEM); in test_posixsem_check_open()
1372 struct ksem *ks, struct label *kslabel) in test_posixsem_check_post() argument
1377 LABEL_CHECK(kslabel, MAGIC_POSIX_SEM); in test_posixsem_check_post()
1386 struct label *kslabel, mode_t mode) in test_posixsem_check_setmode() argument
1390 LABEL_CHECK(kslabel, MAGIC_POSIX_SHM); in test_posixsem_check_setmode()
1398 struct label *kslabel, uid_t uid, gid_t gid) in test_posixsem_check_setowner() argument
1402 LABEL_CHECK(kslabel, MAGIC_POSIX_SHM); in test_posixsem_check_setowner()
[all …]
/freebsd/sys/security/mac/
H A Dmac_policy.h363 struct label *kslabel);
365 struct ksem *ks, struct label *kslabel);
368 struct label *kslabel);
377 struct label *kslabel);
379 struct ksem *ks, struct label *kslabel);
382 struct label *kslabel);
384 struct ksem *ks, struct label *kslabel);
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c1593 struct label *kslabel) in biba_posixsem_check_openunlink() argument
1601 obj = SLOT(kslabel); in biba_posixsem_check_openunlink()
1611 struct label *kslabel, mode_t mode) in biba_posixsem_check_setmode() argument
1619 obj = SLOT(kslabel); in biba_posixsem_check_setmode()
1629 struct label *kslabel, uid_t uid, gid_t gid) in biba_posixsem_check_setowner() argument
1637 obj = SLOT(kslabel); in biba_posixsem_check_setowner()
1647 struct ksem *ks, struct label *kslabel) in biba_posixsem_check_write() argument
1655 obj = SLOT(kslabel); in biba_posixsem_check_write()
1665 struct ksem *ks, struct label *kslabel) in biba_posixsem_check_rdonly() argument
1673 obj = SLOT(kslabel); in biba_posixsem_check_rdonly()
[all …]
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c1488 struct label *kslabel) in mls_posixsem_check_openunlink() argument
1496 obj = SLOT(kslabel); in mls_posixsem_check_openunlink()
1506 struct ksem *ks, struct label *kslabel) in mls_posixsem_check_rdonly() argument
1514 obj = SLOT(kslabel); in mls_posixsem_check_rdonly()
1560 struct ksem *ks, struct label *kslabel) in mls_posixsem_check_write() argument
1568 obj = SLOT(kslabel); in mls_posixsem_check_write()
1578 struct label *kslabel) in mls_posixsem_create() argument
1583 dest = SLOT(kslabel); in mls_posixsem_create()