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

Function mac_vnode_internalize_label

freebsd/security/mac/mac_vfs.c:220–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220int
221mac_vnode_internalize_label(struct label *label, char *string)
222{
223 int error;
224
225 MAC_POLICY_INTERNALIZE(vnode, label, string);
226
227 return (error);
228}
229
230void
231mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp)

Callers 2

sys___mac_set_fdFunction · 0.85
kern___mac_set_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected