Public bug reported:

Binary package hint: ufw

I am currently automating ubuntu installs via preseeding and one of the
requirements is to enable ufw by default for a newly installed host.

Currently I dothis via a script executed at the end of the install which
includes the following:

if [ -x /usr/sbin/ufw ]; then
        ufw allow OpenSSH
        ufw app default DENY
        echo y | ufw enable
fi

It would be nice if "ufw -q enable" worked without needing input.

** Affects: ufw (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ufw should support a quiet option
https://bugs.launchpad.net/bugs/307715
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to