Skip to content

Commit

Permalink
net/pfSense-pkg-Wireguard: Fix wireguard.priv.inc. Fixes #13650
Browse files Browse the repository at this point in the history
  • Loading branch information
ccope-netgate committed Jan 6, 2023
1 parent 70c8081 commit a9a3acd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion net/pfSense-pkg-WireGuard/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pfSense-pkg-WireGuard
PORTVERSION= 0.1.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
Expand Up @@ -27,10 +27,10 @@ $priv_list['page-vpn-wireguard']['name'] = "WebCfg - VPN: WireGuard";
$priv_list['page-vpn-wireguard']['descr'] = "Allow access to the 'VPN: WireGuard' page.";
$priv_list['page-vpn-wireguard']['match'] = array();

$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_tunnels.php";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_tunnels_edit.php";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_peers.php";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_peers_edit.php";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_tunnels.php*";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_tunnels_edit.php*";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_peers.php*";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_peers_edit.php*";
$priv_list['page-vpn-wireguard']['match'][] = "wg/vpn_wg_settings.php";

$priv_list['page-status-wireguard'] = array();
Expand Down

0 comments on commit a9a3acd

Please sign in to comment.