aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86a51b5a..1e000208 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ install:
(cd src; make install ROOT=$(ROOT))
mkdir -p /var/run/netreport
chown root.root /var/run/netreport
- chmod o=rwx,go=rx /var/run/netreport
+ chmod og=rwx,o=rx /var/run/netreport
clean:
(cd src; make clean)