From 0d1298d0b09be0055b3213a19a18771be34f19c1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 26 Feb 2020 22:57:50 +0100 Subject: [PATCH] config: ufw: enable firewall on boot, set log level to low https://manpages.debian.org/buster/ufw/ufw.8.en.html --- config/includes.chroot/etc/ufw/ufw.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/includes.chroot/etc/ufw/ufw.conf diff --git a/config/includes.chroot/etc/ufw/ufw.conf b/config/includes.chroot/etc/ufw/ufw.conf new file mode 100644 index 0000000..c07c1c6 --- /dev/null +++ b/config/includes.chroot/etc/ufw/ufw.conf @@ -0,0 +1,11 @@ +# /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 +