| 193 | } |
| 194 | |
| 195 | void |
| 196 | mac_socket_copy_label(struct label *src, struct label *dest) |
| 197 | { |
| 198 | |
| 199 | MAC_POLICY_PERFORM_NOSLEEP(socket_copy_label, src, dest); |
| 200 | } |
| 201 | |
| 202 | int |
| 203 | mac_socket_externalize_label(struct label *label, char *elements, |
no outgoing calls
no test coverage detected