Fwknop: Set correct file permissions when generating config files
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
This commit is contained in:
parent
13014e3633
commit
f2e1de58e6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue