From fec50e558c6495cfc5953b0878833f1aeb3a730f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 8 Mar 2020 18:32:21 +0100 Subject: [PATCH] add ufw/gufw configuration: low (allow out, deny in) and high (deny everything) profiles, set to low by default --- config/includes.chroot/etc/gufw/High.profile | 5 +++++ config/includes.chroot/etc/gufw/Low.profile | 5 +++++ config/includes.chroot/etc/gufw/gufw.cfg | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 config/includes.chroot/etc/gufw/High.profile create mode 100644 config/includes.chroot/etc/gufw/Low.profile create mode 100644 config/includes.chroot/etc/gufw/gufw.cfg diff --git a/config/includes.chroot/etc/gufw/High.profile b/config/includes.chroot/etc/gufw/High.profile new file mode 100644 index 0000000..5786383 --- /dev/null +++ b/config/includes.chroot/etc/gufw/High.profile @@ -0,0 +1,5 @@ +[fwBasic] +status = enabled +incoming = deny +outgoing = deny +routed = disabled diff --git a/config/includes.chroot/etc/gufw/Low.profile b/config/includes.chroot/etc/gufw/Low.profile new file mode 100644 index 0000000..4b8b283 --- /dev/null +++ b/config/includes.chroot/etc/gufw/Low.profile @@ -0,0 +1,5 @@ +[fwBasic] +status = enabled +incoming = deny +outgoing = allow +routed = disabled diff --git a/config/includes.chroot/etc/gufw/gufw.cfg b/config/includes.chroot/etc/gufw/gufw.cfg new file mode 100644 index 0000000..1db2745 --- /dev/null +++ b/config/includes.chroot/etc/gufw/gufw.cfg @@ -0,0 +1,4 @@ +[GufwConfiguration] +profile = Low +confirmdetelerule = yes +