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

Function mac_policy_xunlock

freebsd/security/mac/mac_framework.c:288–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288static void
289mac_policy_xunlock(void)
290{
291
292#ifndef MAC_STATIC
293 if (!mac_late)
294 return;
295
296 rm_wunlock(&mac_policy_rm);
297 rms_wunlock(&mac_policy_rms);
298#endif
299}
300
301static void
302mac_policy_xlock_assert(void)

Callers 2

mac_policy_registerFunction · 0.85
mac_policy_unregisterFunction · 0.85

Calls 1

rms_wunlockFunction · 0.85

Tested by

no test coverage detected