diff --git a/config/includes.chroot/etc/gufw/High.profile b/config/includes.chroot/etc/gufw/High.profile deleted file mode 100644 index 5786383..0000000 --- a/config/includes.chroot/etc/gufw/High.profile +++ /dev/null @@ -1,5 +0,0 @@ -[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 deleted file mode 100644 index 4b8b283..0000000 --- a/config/includes.chroot/etc/gufw/Low.profile +++ /dev/null @@ -1,5 +0,0 @@ -[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 deleted file mode 100644 index 1db2745..0000000 --- a/config/includes.chroot/etc/gufw/gufw.cfg +++ /dev/null @@ -1,4 +0,0 @@ -[GufwConfiguration] -profile = Low -confirmdetelerule = yes - diff --git a/config/includes.chroot/etc/ufw/ufw.conf b/config/includes.chroot/etc/ufw/ufw.conf deleted file mode 100644 index c07c1c6..0000000 --- a/config/includes.chroot/etc/ufw/ufw.conf +++ /dev/null @@ -1,11 +0,0 @@ -# /etc/ufw/ufw.conf -# - -# Set to yes to start on boot. If setting this remotely, be sure to add a rule -# to allow your remote connection before starting ufw. Eg: 'ufw allow 22/tcp' -ENABLED=yes - -# Please use the 'ufw' command to set the loglevel. Eg: 'ufw logging medium'. -# See 'man ufw' for details. -LOGLEVEL=low -