| 207 | } |
| 208 | |
| 209 | int |
| 210 | mac_vnode_externalize_label(struct label *label, char *elements, |
| 211 | char *outbuf, size_t outbuflen) |
| 212 | { |
| 213 | int error; |
| 214 | |
| 215 | MAC_POLICY_EXTERNALIZE(vnode, label, elements, outbuf, outbuflen); |
| 216 | |
| 217 | return (error); |
| 218 | } |
| 219 | |
| 220 | int |
| 221 | mac_vnode_internalize_label(struct label *label, char *string) |
no outgoing calls
no test coverage detected