lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f2e1de58e6e385d003183ff5442fc81075f42cb6
parent 13014e3633c614a660bdc516d896c0a89be1f4e0
Author: Jonathan Bennett <jbennett@incomsystems.biz>
Date:   Tue, 16 Aug 2016 23:08:00 -0500

Fwknop: Set correct file permissions when generating config files
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>

Diffstat:
Mnet/fwknop/files/fwknopd.init | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/net/fwknop/files/fwknopd.init b/net/fwknop/files/fwknopd.init @@ -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 }