Home | History | Annotate | Download | only in server

Lines Matching full:blacklist

60     // If no rules are set, it's in BLACKLIST mode
61 mFirewallType = BLACKLIST;
136 if (mFirewallType == BLACKLIST) {
137 // Unsupported in BLACKLIST mode
160 if (mFirewallType == BLACKLIST) {
161 // Unsupported in BLACKLIST mode
185 if (mFirewallType == BLACKLIST) {
186 // Unsupported in BLACKLIST mode
221 return BLACKLIST;
227 return BLACKLIST;
239 } else { // BLACKLIST mode
313 // Blacklist chains have UIDs at the end, and new UIDs are added with '-A'.
321 // blacklist chain, because all user-defined chains implicitly RETURN at the end.