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.c700 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_getvalue() argument
708 struct label *kslabel) in stub_posixsem_check_open() argument
716 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_post() argument
724 struct label *kslabel, mode_t mode) in stub_posixsem_check_setmode() argument
732 struct label *kslabel, uid_t uid, gid_t gid) in stub_posixsem_check_setowner() argument
740 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_stat() argument
748 struct label *kslabel) in stub_posixsem_check_unlink() argument
756 struct ksem *ks, struct label *kslabel) in stub_posixsem_check_wait() argument
764 struct label *kslabel) in stub_posixsem_create() argument
/freebsd/sys/security/mac_test/
H A Dmac_test.c1309 struct ksem *ks, struct label *kslabel) in test_posixsem_check_getvalue() argument
1314 LABEL_CHECK(kslabel, MAGIC_POSIX_SEM); in test_posixsem_check_getvalue()
1323 struct label *kslabel) in test_posixsem_check_open() argument
1327 LABEL_CHECK(kslabel, MAGIC_POSIX_SEM); in test_posixsem_check_open()
1336 struct ksem *ks, struct label *kslabel) in test_posixsem_check_post() argument
1341 LABEL_CHECK(kslabel, MAGIC_POSIX_SEM); in test_posixsem_check_post()
1350 struct label *kslabel, mode_t mode) in test_posixsem_check_setmode() argument
1354 LABEL_CHECK(kslabel, MAGIC_POSIX_SHM); in test_posixsem_check_setmode()
1362 struct label *kslabel, uid_t uid, gid_t gid) in test_posixsem_check_setowner() argument
1366 LABEL_CHECK(kslabel, MAGIC_POSIX_SHM); in test_posixsem_check_setowner()
[all …]
/freebsd/sys/security/mac/
H A Dmac_policy.h352 struct label *kslabel);
354 struct ksem *ks, struct label *kslabel);
357 struct label *kslabel);
366 struct label *kslabel);
368 struct ksem *ks, struct label *kslabel);
371 struct label *kslabel);
373 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()