diff options
author | jim-p <jimp@pfsense.org> | 2014-02-07 11:55:48 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-02-07 11:55:48 -0500 |
commit | 949735aab99e95b981954a1433daa1d4922d4e1c (patch) | |
tree | 0c237dc96d4cc704aee4f155fac6d5911182c894 /etc | |
parent | b7ef3d173f013dd45ec0a60f1526bbe1358502e0 (diff) | |
download | pfsense-949735aab99e95b981954a1433daa1d4922d4e1c.zip pfsense-949735aab99e95b981954a1433daa1d4922d4e1c.tar.gz |
Add specific permission for easyrule.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/priv.defs.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc index e06c678..19340a9 100644 --- a/etc/inc/priv.defs.inc +++ b/etc/inc/priv.defs.inc @@ -1360,6 +1360,12 @@ $priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC $priv_list['page-xmlrpclibrary']['match'] = array(); $priv_list['page-xmlrpclibrary']['match'][] = "xmlrpc.php*"; +$priv_list['page-firewall-easyrule'] = array(); +$priv_list['page-firewall-easyrule']['name'] = gettext("WebCfg - Firewall: Easy Rule add/status page"); +$priv_list['page-firewall-easyrule']['descr'] = gettext("Allow access to the 'Firewall: Easy Rule' add/status page."); +$priv_list['page-firewall-easyrule']['match'] = array(); +$priv_list['page-firewall-easyrule']['match'][] = "easyrule.php*"; + $priv_rmvd = array(); ?> |