| 116 | } |
| 117 | |
| 118 | int |
| 119 | mac_pipe_internalize_label(struct label *label, char *string) |
| 120 | { |
| 121 | int error; |
| 122 | |
| 123 | MAC_POLICY_INTERNALIZE(pipe, label, string); |
| 124 | |
| 125 | return (error); |
| 126 | } |
| 127 | |
| 128 | void |
| 129 | mac_pipe_create(struct ucred *cred, struct pipepair *pp) |