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

Function mac_posixshm_create

freebsd/security/mac/mac_posix_shm.c:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void
96mac_posixshm_create(struct ucred *cred, struct shmfd *shmfd)
97{
98
99 MAC_POLICY_PERFORM_NOSLEEP(posixshm_create, cred, shmfd,
100 shmfd->shm_label);
101}
102
103MAC_CHECK_PROBE_DEFINE2(posixshm_check_create, "struct ucred *",
104 "const char *");

Callers 1

shm_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected