]> git.proxmox.com Git - pve-firewall.git/commit - pvefw
add support for security groups
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 7 Feb 2014 15:22:32 +0000 (16:22 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 13 Feb 2014 09:56:53 +0000 (10:56 +0100)
commit9d31b4186cf5107ff15ec8fa89e98c776b37a5ff
tree8906776e42dcf95efa3010b862364e2f9002448f
parent462a6553535a43ee48ce5f1b487a5eee0d2cdc3f
add support for security groups

pvefw disablegroup -securitygroup <string> [OPTIONS]
pvefw enablegroup -securitygroup <string> [OPTIONS]

(pool permissions is not yet implemented)

/etc/pve/firewall/groups.fw

[IN:group1]

ACCEPT - - - tcp 22 -
ACCEPT - - - icmp - -

[OUT:group1]

ACCEPT - - - tcp 80 -
ACCEPT - - - icmp - -

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Firewall.pm
pvefw