Home
last modified time | relevance | path

Searched refs:rule_slots (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c89 static int rule_slots = 0; variable
94 SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, rule_slots, CTLFLAG_RD,
95 &rule_slots, 0, "Number of used rule slots\n");
164 if (index < 0 || index > rule_slots + 1) { in sysctl_rule()
191 if (index + 1 > rule_slots) in sysctl_rule()
192 rule_slots = index + 1; in sysctl_rule()
438 for (i = 0; i < rule_slots; i++) { in ugidfw_check()