Home
last modified time | relevance | path

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

/freebsd-14.2/sys/security/mac_stub/
H A Dmac_stub.c623 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in stub_pipe_check_ioctl() argument
631 struct label *pplabel) in stub_pipe_check_poll() argument
639 struct label *pplabel) in stub_pipe_check_read() argument
647 struct label *pplabel, struct label *newlabel) in stub_pipe_check_relabel() argument
655 struct label *pplabel) in stub_pipe_check_stat() argument
663 struct label *pplabel) in stub_pipe_check_write() argument
671 struct label *pplabel) in stub_pipe_create() argument
678 struct label *pplabel, struct label *newlabel) in stub_pipe_relabel() argument
/freebsd-14.2/sys/security/mac_test/
H A Dmac_test.c1135 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl()
1144 struct label *pplabel) in test_pipe_check_poll() argument
1148 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll()
1157 struct label *pplabel) in test_pipe_check_read() argument
1161 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read()
1174 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel()
1184 struct label *pplabel) in test_pipe_check_stat() argument
1188 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat()
1197 struct label *pplabel) in test_pipe_check_write() argument
1201 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_write()
[all …]
/freebsd-14.2/sys/security/mac_mls/
H A Dmac_mls.c1343 struct label *pplabel) in mls_pipe_check_poll() argument
1351 obj = SLOT(pplabel); in mls_pipe_check_poll()
1361 struct label *pplabel) in mls_pipe_check_read() argument
1369 obj = SLOT(pplabel); in mls_pipe_check_read()
1386 obj = SLOT(pplabel); in mls_pipe_check_relabel()
1430 struct label *pplabel) in mls_pipe_check_stat() argument
1438 obj = SLOT(pplabel); in mls_pipe_check_stat()
1448 struct label *pplabel) in mls_pipe_check_write() argument
1456 obj = SLOT(pplabel); in mls_pipe_check_write()
1471 dest = SLOT(pplabel); in mls_pipe_create()
[all …]
/freebsd-14.2/sys/security/mac_biba/
H A Dmac_biba.c1447 struct label *pplabel) in biba_pipe_check_poll() argument
1455 obj = SLOT(pplabel); in biba_pipe_check_poll()
1465 struct label *pplabel) in biba_pipe_check_read() argument
1473 obj = SLOT(pplabel); in biba_pipe_check_read()
1490 obj = SLOT(pplabel); in biba_pipe_check_relabel()
1534 struct label *pplabel) in biba_pipe_check_stat() argument
1542 obj = SLOT(pplabel); in biba_pipe_check_stat()
1552 struct label *pplabel) in biba_pipe_check_write() argument
1560 obj = SLOT(pplabel); in biba_pipe_check_write()
1575 dest = SLOT(pplabel); in biba_pipe_create()
[all …]
/freebsd-14.2/sys/security/mac/
H A Dmac_policy.h320 struct pipepair *pp, struct label *pplabel,
323 struct pipepair *pp, struct label *pplabel);
325 struct pipepair *pp, struct label *pplabel);
327 struct pipepair *pp, struct label *pplabel,
330 struct pipepair *pp, struct label *pplabel);
332 struct pipepair *pp, struct label *pplabel);
336 struct label *pplabel);
/freebsd-14.2/sys/security/mac_lomac/
H A Dmac_lomac.c1536 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in lomac_pipe_check_ioctl() argument
1549 struct label *pplabel) in lomac_pipe_check_read() argument
1557 obj = SLOT(pplabel); in lomac_pipe_check_read()
1567 struct label *pplabel, struct label *newlabel) in lomac_pipe_check_relabel() argument
1574 obj = SLOT(pplabel); in lomac_pipe_check_relabel()
1618 struct label *pplabel) in lomac_pipe_check_write() argument
1626 obj = SLOT(pplabel); in lomac_pipe_check_write()
1636 struct label *pplabel) in lomac_pipe_create() argument
1641 dest = SLOT(pplabel); in lomac_pipe_create()
1648 struct label *pplabel, struct label *newlabel) in lomac_pipe_relabel() argument
[all …]