From 5e806c8e42e1b70675916963e14cc0fe5928ec07 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 9 Oct 2008 16:56:29 +0200 Subject: Set correct mode on configuration mode Set configuration file to be owned by administrator and writable by all admins in configuration mode and visible by public. --- scripts/vyatta_net_name | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/vyatta_net_name') diff --git a/scripts/vyatta_net_name b/scripts/vyatta_net_name index 0a96ebb8..f67c2349 100755 --- a/scripts/vyatta_net_name +++ b/scripts/vyatta_net_name @@ -57,8 +57,9 @@ done if [ ! -f $BOOTFILE ] ; then cp $DEFAULT_BOOTFILE $BOOTFILE + chown vyatta $BOOTFILE chgrp vyattacfg $BOOTFILE - chmod 660 $BOOTFILE + chmod 664 $BOOTFILE fi shopt -s extglob nullglob -- cgit v1.2.3