| 70 | } |
| 71 | |
| 72 | void |
| 73 | mac_pipe_init(struct pipepair *pp) |
| 74 | { |
| 75 | |
| 76 | if (mac_labeled & MPC_OBJECT_PIPE) |
| 77 | pp->pp_label = mac_pipe_label_alloc(); |
| 78 | else |
| 79 | pp->pp_label = NULL; |
| 80 | } |
| 81 | |
| 82 | void |
| 83 | mac_pipe_label_free(struct label *label) |
no test coverage detected