Home
last modified time | relevance | path

Searched refs:pplabel (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/security/mac_stub/
H A Dmac_stub.c638 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 Dmac_test.c1155 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 Dmac_mls.c1328 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 Dmac_biba.c1433 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 Dmac_policy.h324 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 Dmac_lomac.c1535 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 …]