MAC_MAX_SLOTS
#if MAC_MAX_SLOTS > 32
static unsigned int mac_max_slots = MAC_MAX_SLOTS;
static unsigned int mac_slot_offsets_free = (1 << MAC_MAX_SLOTS) - 1;
intptr_t l_perpolicy[MAC_MAX_SLOTS];