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

Function mac_sysvshm_create

freebsd/security/mac/mac_sysv_shm.c:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void
103mac_sysvshm_create(struct ucred *cred, struct shmid_kernel *shmsegptr)
104{
105
106 MAC_POLICY_PERFORM_NOSLEEP(sysvshm_create, cred, shmsegptr,
107 shmsegptr->label);
108}
109
110void
111mac_sysvshm_cleanup(struct shmid_kernel *shmsegptr)

Callers 1

shmget_allocate_segmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected