enablement/rules for ufw added as PostTrtFct
This commit is contained in:
parent
87136c0fb6
commit
2d3ba2fb2e
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue