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

Function mac_cred_externalize_label

freebsd/security/mac/mac_cred.c:154–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154int
155mac_cred_externalize_label(struct label *label, char *elements,
156 char *outbuf, size_t outbuflen)
157{
158 int error;
159
160 MAC_POLICY_EXTERNALIZE(cred, label, elements, outbuf, outbuflen);
161
162 return (error);
163}
164
165int
166mac_cred_internalize_label(struct label *label, char *string)

Callers 2

sys___mac_get_pidFunction · 0.85
sys___mac_get_procFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected