MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_policy_xlock_assert

Function mac_policy_xlock_assert

freebsd/security/mac/mac_framework.c:301–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301static void
302mac_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.

Callers 3

mac_policy_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected