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

Function mac_pipe_internalize_label

freebsd/security/mac/mac_pipe.c:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118int
119mac_pipe_internalize_label(struct label *label, char *string)
120{
121 int error;
122
123 MAC_POLICY_INTERNALIZE(pipe, label, string);
124
125 return (error);
126}
127
128void
129mac_pipe_create(struct ucred *cred, struct pipepair *pp)

Callers 1

sys___mac_set_fdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected