add ufw/gufw configuration: low (allow out, deny in) and high (deny everything) profiles, set to low by default
This commit is contained in:
5
config/includes.chroot/etc/gufw/High.profile
Normal file
5
config/includes.chroot/etc/gufw/High.profile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[fwBasic]
|
||||||
|
status = enabled
|
||||||
|
incoming = deny
|
||||||
|
outgoing = deny
|
||||||
|
routed = disabled
|
||||||
5
config/includes.chroot/etc/gufw/Low.profile
Normal file
5
config/includes.chroot/etc/gufw/Low.profile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[fwBasic]
|
||||||
|
status = enabled
|
||||||
|
incoming = deny
|
||||||
|
outgoing = allow
|
||||||
|
routed = disabled
|
||||||
4
config/includes.chroot/etc/gufw/gufw.cfg
Normal file
4
config/includes.chroot/etc/gufw/gufw.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[GufwConfiguration]
|
||||||
|
profile = Low
|
||||||
|
confirmdetelerule = yes
|
||||||
|
|
||||||
Reference in New Issue
Block a user