MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_sysvmsq_cleanup

Function mac_sysvmsq_cleanup

freebsd/security/mac/mac_sysv_msg.c:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void
166mac_sysvmsq_cleanup(struct msqid_kernel *msqkptr)
167{
168
169 MAC_POLICY_PERFORM_NOSLEEP(sysvmsq_cleanup, msqkptr->label);
170}
171
172MAC_CHECK_PROBE_DEFINE3(sysvmsq_check_msgmsq, "struct ucred *",
173 "struct msg *", "struct msqid_kernel *");

Callers 1

msq_removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected