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

Function mac_posixsem_create

freebsd/security/mac/mac_posix_sem.c:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void
97mac_posixsem_create(struct ucred *cred, struct ksem *ks)
98{
99
100 MAC_POLICY_PERFORM_NOSLEEP(posixsem_create, cred, ks, ks->ks_label);
101}
102
103MAC_CHECK_PROBE_DEFINE2(posixsem_check_open, "struct ucred *",
104 "struct ksem *");

Callers 1

ksem_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected