| /f-stack/freebsd/security/mac/ |
| H A D | mac_sysv_msg.c | 76 mac_sysvmsg_init(struct msg *msgptr) in mac_sysvmsg_init() argument 82 msgptr->label = NULL; in mac_sysvmsg_init() 114 mac_sysvmsg_destroy(struct msg *msgptr) in mac_sysvmsg_destroy() argument 117 if (msgptr->label != NULL) { in mac_sysvmsg_destroy() 118 mac_sysv_msgmsg_label_free(msgptr->label); in mac_sysvmsg_destroy() 119 msgptr->label = NULL; in mac_sysvmsg_destroy() 143 struct msg *msgptr) in mac_sysvmsg_create() argument 147 msqkptr->label, msgptr, msgptr->label); in mac_sysvmsg_create() 159 mac_sysvmsg_cleanup(struct msg *msgptr) in mac_sysvmsg_cleanup() argument 197 msgptr->label); in mac_sysvmsq_check_msgrcv() [all …]
|
| H A D | mac_framework.h | 373 void mac_sysvmsg_cleanup(struct msg *msgptr); 375 struct msg *msgptr); 379 int mac_sysvmsq_check_msgmsq(struct ucred *cred, struct msg *msgptr, 381 int mac_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr); 382 int mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr);
|
| H A D | mac_policy.h | 486 struct msg *msgptr, struct label *msglabel); 491 struct msg *msgptr, struct label *msglabel, 494 struct msg *msgptr, struct label *msglabel); 496 struct msg *msgptr, struct label *msglabel);
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 1162 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in stub_sysvmsg_create() argument 1168 stub_sysvmsq_check_msgmsq(struct ucred *cred, struct msg *msgptr, in stub_sysvmsq_check_msgmsq() argument 1177 stub_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, in stub_sysvmsq_check_msgrcv() argument 1185 stub_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, in stub_sysvmsq_check_msgrmid() argument
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 2098 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in test_sysvmsg_create() argument 2125 test_sysvmsq_check_msgmsq(struct ucred *cred, struct msg *msgptr, in test_sysvmsq_check_msgmsq() argument 2140 test_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, in test_sysvmsq_check_msgrcv() argument 2153 test_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, in test_sysvmsq_check_msgrmid() argument
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 2481 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in biba_sysvmsg_create() argument 2493 biba_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, in biba_sysvmsq_check_msgrcv() argument 2511 biba_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, in biba_sysvmsq_check_msgrmid() argument
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 2114 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in mls_sysvmsg_create() argument 2126 mls_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, in mls_sysvmsq_check_msgrcv() argument 2144 mls_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, in mls_sysvmsq_check_msgrmid() argument
|