/freebsd/sys/security/mac_stub/ |
H A D | mac_stub.c | 638 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in stub_pipe_check_ioctl() argument 646 struct label *pplabel) in stub_pipe_check_poll() argument 654 struct label *pplabel) in stub_pipe_check_read() argument 662 struct label *pplabel, struct label *newlabel) in stub_pipe_check_relabel() argument 670 struct label *pplabel) in stub_pipe_check_stat() argument 678 struct label *pplabel) in stub_pipe_check_write() argument 686 struct label *pplabel) in stub_pipe_create() argument 693 struct label *pplabel, struct label *newlabel) in stub_pipe_relabel() argument
|
/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 1155 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in test_pipe_check_ioctl() argument 1159 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl() 1168 struct label *pplabel) in test_pipe_check_poll() argument 1172 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll() 1181 struct label *pplabel) in test_pipe_check_read() argument 1185 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read() 1194 struct label *pplabel, struct label *newlabel) in test_pipe_check_relabel() argument 1198 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel() 1208 struct label *pplabel) in test_pipe_check_stat() argument 1212 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat() [all …]
|
/freebsd/sys/security/mac_mls/ |
H A D | mac_mls.c | 1328 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in mls_pipe_check_ioctl() argument 1341 struct label *pplabel) in mls_pipe_check_poll() argument 1349 obj = SLOT(pplabel); in mls_pipe_check_poll() 1359 struct label *pplabel) in mls_pipe_check_read() argument 1367 obj = SLOT(pplabel); in mls_pipe_check_read() 1377 struct label *pplabel, struct label *newlabel) in mls_pipe_check_relabel() argument 1384 obj = SLOT(pplabel); in mls_pipe_check_relabel() 1428 struct label *pplabel) in mls_pipe_check_stat() argument 1436 obj = SLOT(pplabel); in mls_pipe_check_stat() 1446 struct label *pplabel) in mls_pipe_check_write() argument [all …]
|
/freebsd/sys/security/mac_biba/ |
H A D | mac_biba.c | 1433 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in biba_pipe_check_ioctl() argument 1446 struct label *pplabel) in biba_pipe_check_poll() argument 1454 obj = SLOT(pplabel); in biba_pipe_check_poll() 1464 struct label *pplabel) in biba_pipe_check_read() argument 1472 obj = SLOT(pplabel); in biba_pipe_check_read() 1482 struct label *pplabel, struct label *newlabel) in biba_pipe_check_relabel() argument 1489 obj = SLOT(pplabel); in biba_pipe_check_relabel() 1533 struct label *pplabel) in biba_pipe_check_stat() argument 1541 obj = SLOT(pplabel); in biba_pipe_check_stat() 1551 struct label *pplabel) in biba_pipe_check_write() argument [all …]
|
/freebsd/sys/security/mac/ |
H A D | mac_policy.h | 324 struct pipepair *pp, struct label *pplabel, 327 struct pipepair *pp, struct label *pplabel); 329 struct pipepair *pp, struct label *pplabel); 331 struct pipepair *pp, struct label *pplabel, 334 struct pipepair *pp, struct label *pplabel); 336 struct pipepair *pp, struct label *pplabel); 340 struct label *pplabel);
|
/freebsd/sys/security/mac_lomac/ |
H A D | mac_lomac.c | 1535 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in lomac_pipe_check_ioctl() argument 1548 struct label *pplabel) in lomac_pipe_check_read() argument 1556 obj = SLOT(pplabel); in lomac_pipe_check_read() 1566 struct label *pplabel, struct label *newlabel) in lomac_pipe_check_relabel() argument 1573 obj = SLOT(pplabel); in lomac_pipe_check_relabel() 1617 struct label *pplabel) in lomac_pipe_check_write() argument 1625 obj = SLOT(pplabel); in lomac_pipe_check_write() 1635 struct label *pplabel) in lomac_pipe_create() argument 1640 dest = SLOT(pplabel); in lomac_pipe_create() 1647 struct label *pplabel, struct label *newlabel) in lomac_pipe_relabel() argument [all …]
|