You are here

function fail2ban_perm in Fail2ban Firewall Integration 6

Implementation of hook_perm()

File

./fail2ban.module, line 5

Code

function fail2ban_perm() {
  return array(
    'administer fail2ban',
    'submit addresses to fail2ban',
  );
}