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

Function mac_pipe_create

freebsd/security/mac/mac_pipe.c:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void
129mac_pipe_create(struct ucred *cred, struct pipepair *pp)
130{
131
132 MAC_POLICY_PERFORM_NOSLEEP(pipe_create, cred, pp, pp->pp_label);
133}
134
135static void
136mac_pipe_relabel(struct ucred *cred, struct pipepair *pp,

Callers 1

pipe_paircreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected