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

Function mac_vnode_copy_label

freebsd/security/mac/mac_vfs.c:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void
203mac_vnode_copy_label(struct label *src, struct label *dest)
204{
205
206 MAC_POLICY_PERFORM_NOSLEEP(vnode_copy_label, src, dest);
207}
208
209int
210mac_vnode_externalize_label(struct label *label, char *elements,

Callers 3

sys___mac_get_fdFunction · 0.85
kern___mac_get_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected