| 258 | } |
| 259 | |
| 260 | void |
| 261 | mac_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 |