| 152 | } |
| 153 | |
| 154 | int |
| 155 | mac_cred_externalize_label(struct label *label, char *elements, |
| 156 | char *outbuf, size_t outbuflen) |
| 157 | { |
| 158 | int error; |
| 159 | |
| 160 | MAC_POLICY_EXTERNALIZE(cred, label, elements, outbuf, outbuflen); |
| 161 | |
| 162 | return (error); |
| 163 | } |
| 164 | |
| 165 | int |
| 166 | mac_cred_internalize_label(struct label *label, char *string) |
no outgoing calls
no test coverage detected