Searched refs:pplabel (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 599 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in stub_pipe_check_ioctl() argument 607 struct label *pplabel) in stub_pipe_check_poll() argument 615 struct label *pplabel) in stub_pipe_check_read() argument 623 struct label *pplabel, struct label *newlabel) in stub_pipe_check_relabel() argument 631 struct label *pplabel) in stub_pipe_check_stat() argument 639 struct label *pplabel) in stub_pipe_check_write() argument 647 struct label *pplabel) in stub_pipe_create() argument 654 struct label *pplabel, struct label *newlabel) in stub_pipe_relabel() argument
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 1103 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl() 1112 struct label *pplabel) in test_pipe_check_poll() argument 1116 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll() 1125 struct label *pplabel) in test_pipe_check_read() argument 1129 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read() 1142 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel() 1152 struct label *pplabel) in test_pipe_check_stat() argument 1156 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat() 1165 struct label *pplabel) in test_pipe_check_write() argument 1169 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_write() [all …]
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 1449 struct label *pplabel) in biba_pipe_check_poll() argument 1457 obj = SLOT(pplabel); in biba_pipe_check_poll() 1467 struct label *pplabel) in biba_pipe_check_read() argument 1475 obj = SLOT(pplabel); in biba_pipe_check_read() 1492 obj = SLOT(pplabel); in biba_pipe_check_relabel() 1536 struct label *pplabel) in biba_pipe_check_stat() argument 1544 obj = SLOT(pplabel); in biba_pipe_check_stat() 1554 struct label *pplabel) in biba_pipe_check_write() argument 1562 obj = SLOT(pplabel); in biba_pipe_check_write() 1577 dest = SLOT(pplabel); in biba_pipe_create() [all …]
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 1345 struct label *pplabel) in mls_pipe_check_poll() argument 1353 obj = SLOT(pplabel); in mls_pipe_check_poll() 1363 struct label *pplabel) in mls_pipe_check_read() argument 1371 obj = SLOT(pplabel); in mls_pipe_check_read() 1388 obj = SLOT(pplabel); in mls_pipe_check_relabel() 1432 struct label *pplabel) in mls_pipe_check_stat() argument 1440 obj = SLOT(pplabel); in mls_pipe_check_stat() 1450 struct label *pplabel) in mls_pipe_check_write() argument 1458 obj = SLOT(pplabel); in mls_pipe_check_write() 1473 dest = SLOT(pplabel); in mls_pipe_create() [all …]
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_policy.h | 301 struct pipepair *pp, struct label *pplabel, 304 struct pipepair *pp, struct label *pplabel); 306 struct pipepair *pp, struct label *pplabel); 308 struct pipepair *pp, struct label *pplabel, 311 struct pipepair *pp, struct label *pplabel); 313 struct pipepair *pp, struct label *pplabel); 317 struct label *pplabel);
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 1528 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in lomac_pipe_check_ioctl() argument 1541 struct label *pplabel) in lomac_pipe_check_read() argument 1549 obj = SLOT(pplabel); in lomac_pipe_check_read() 1559 struct label *pplabel, struct label *newlabel) in lomac_pipe_check_relabel() argument 1566 obj = SLOT(pplabel); in lomac_pipe_check_relabel() 1610 struct label *pplabel) in lomac_pipe_check_write() argument 1618 obj = SLOT(pplabel); in lomac_pipe_check_write() 1628 struct label *pplabel) in lomac_pipe_create() argument 1633 dest = SLOT(pplabel); in lomac_pipe_create() 1640 struct label *pplabel, struct label *newlabel) in lomac_pipe_relabel() argument [all …]
|