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

Function mac_socket_copy_label

freebsd/security/mac/mac_socket.c:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void
196mac_socket_copy_label(struct label *src, struct label *dest)
197{
198
199 MAC_POLICY_PERFORM_NOSLEEP(socket_copy_label, src, dest);
200}
201
202int
203mac_socket_externalize_label(struct label *label, char *elements,

Callers 3

sys___mac_get_fdFunction · 0.85
mac_getsockopt_labelFunction · 0.85
mac_getsockopt_peerlabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected