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

Function mac_sysvmsq_create

freebsd/security/mac/mac_sysv_msg.c:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void
151mac_sysvmsq_create(struct ucred *cred, struct msqid_kernel *msqkptr)
152{
153
154 MAC_POLICY_PERFORM_NOSLEEP(sysvmsq_create, cred, msqkptr,
155 msqkptr->label);
156}
157
158void
159mac_sysvmsg_cleanup(struct msg *msgptr)

Callers 1

sys_msggetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected