enablement/rules for ufw added as PostTrtFct

This commit is contained in:
Francois B. (Makoto) 2020-07-04 19:41:32 +02:00
parent 87136c0fb6
commit 2d3ba2fb2e
2 changed files with 6 additions and 6 deletions

View file

@ -1143,12 +1143,12 @@ flatpak;flatpak_PostTrtFct
gcc8;gcc8_PostTrtFct
ruby-dev;ruby-dev_PostTrtFct
virtualbox-6.1;virtualbox-6.1_PostTrtFct
numlockx;numlockx_PostTrtFct"
gufw;gufw_PostTrtFct"
#
# numlockx
# ufw enablement + add rules
#
function numlockx_PostTrtFct () {
function gufw_PostTrtFct () {
runCmd "sudo ufw enable"\
"enabling UFW at boot"

View file

@ -1023,12 +1023,12 @@ megasync;megasync_PostTrtFct
flatpak;flatpak_PostTrtFct
ruby-dev;ruby-dev_PostTrtFct
virtualbox;virtualbox_PostTrtFct
numlockx;numlockx_PostTrtFct"
gufw;gufw_PostTrtFct"
#
# numlockx
# ufw enablement + add rules
#
function numlockx_PostTrtFct () {
function gufw_PostTrtFct () {
runCmd "sudo ufw enable"\
"enabling UFW at boot"