Fwknop: Set correct file permissions when generating config files

Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
This commit is contained in:
Jonathan Bennett 2016-08-16 23:08:00 -05:00
parent 13014e3633
commit f2e1de58e6
1 changed files with 2 additions and 0 deletions

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
}