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

Function lomac_syncache_create_mbuf

freebsd/security/mac_lomac/mac_lomac.c:2108–2117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2106}
2107
2108static void
2109lomac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m,
2110 struct label *mlabel)
2111{
2112 struct mac_lomac *source, *dest;
2113
2114 source = SLOT(sc_label);
2115 dest = SLOT(mlabel);
2116 lomac_copy(source, dest);
2117}
2118
2119static int
2120lomac_system_check_acct(struct ucred *cred, struct vnode *vp,

Callers

nothing calls this directly

Calls 1

lomac_copyFunction · 0.85

Tested by

no test coverage detected