| 299 | } |
| 300 | |
| 301 | static void |
| 302 | mac_policy_xlock_assert(void) |
| 303 | { |
| 304 | |
| 305 | #ifndef MAC_STATIC |
| 306 | if (!mac_late) |
| 307 | return; |
| 308 | |
| 309 | rm_assert(&mac_policy_rm, RA_WLOCKED); |
| 310 | #endif |
| 311 | } |
| 312 | |
| 313 | /* |
| 314 | * Initialize the MAC subsystem, including appropriate SMP locks. |
no outgoing calls
no test coverage detected