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

Function mac_vnode_associate_singlelabel

freebsd/security/mac/mac_vfs.c:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void
261mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp)
262{
263
264 MAC_POLICY_PERFORM_NOSLEEP(vnode_associate_singlelabel, mp,
265 mp->mnt_label, vp, vp->v_label);
266}
267
268/*
269 * Functions implementing extended-attribute backed labels for file systems

Callers 1

vfs_subr.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected