| 218 | } |
| 219 | |
| 220 | int |
| 221 | mac_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 | |
| 230 | void |
| 231 | mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) |
no outgoing calls
no test coverage detected