Browse Source

Fwknop: Set correct file permissions when generating config files

Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
lilik-openwrt-22.03
Jonathan Bennett 8 years ago
parent
commit
f2e1de58e6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/fwknop/files/fwknopd.init

+ 2
- 0
net/fwknop/files/fwknopd.init View File

@ -53,6 +53,8 @@ gen_confs()
if [ "$option" = "uci_enabled" ] && [ "$value" -eq 1 ] ; then
> /etc/fwknop/fwknopd.conf
> /etc/fwknop/access.conf
chmod 600 /etc/fwknop/fwknopd.conf
chmod 600 /etc/fwknop/access.conf
UCI_ENABLED=1
fi
}


Loading…
Cancel
Save