From e61ee8568008ef44ac9a68e53723797175c3da17 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 15 Feb 2012 13:11:51 +0200 Subject: [PATCH] sctrict 660 perms on ip data --- func/ip.func | 1 + 1 file changed, 1 insertion(+) diff --git a/func/ip.func b/func/ip.func index 55332d855..0df59e154 100644 --- a/func/ip.func +++ b/func/ip.func @@ -257,6 +257,7 @@ ip_add_vesta() { # Adding ip echo -e "$ip_data" >$V_IPS/$ip + chmod 660 $V_IPS/$ip } ip_add_startup() {