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

Function mac_pipe_externalize_label

freebsd/security/mac/mac_pipe.c:107–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int
108mac_pipe_externalize_label(struct label *label, char *elements,
109 char *outbuf, size_t outbuflen)
110{
111 int error;
112
113 MAC_POLICY_EXTERNALIZE(pipe, label, elements, outbuf, outbuflen);
114
115 return (error);
116}
117
118int
119mac_pipe_internalize_label(struct label *label, char *string)

Callers 1

sys___mac_get_fdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected