| 155 | } |
| 156 | |
| 157 | static int |
| 158 | mls_atmostflags(struct mac_mls *mm, int flags) |
| 159 | { |
| 160 | |
| 161 | if ((mm->mm_flags & flags) != mm->mm_flags) |
| 162 | return (EINVAL); |
| 163 | return (0); |
| 164 | } |
| 165 | |
| 166 | static int |
| 167 | mls_dominate_element(struct mac_mls_element *a, struct mac_mls_element *b) |
no outgoing calls
no test coverage detected