add ufw/gufw configuration: low (allow out, deny in) and high (deny everything) profiles, set to low by default

This commit is contained in:
nodiscc
2020-03-08 18:32:21 +01:00
parent aaa13addc2
commit fec50e558c
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[fwBasic]
status = enabled
incoming = deny
outgoing = deny
routed = disabled