Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
void
151
mac_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
158
void
159
mac_sysvmsg_cleanup(struct msg *msgptr)
Callers
1
sys_msgget
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected