From ecfc802da0b85ab991d5e6c8e4444cdcb3cd8784 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Thu, 30 Apr 2015 20:20:36 +0100 Subject: [PATCH] data: No longer make defaults file readably to owner This file at present contains no content, and it would be up to the admin to override with a local secure configuration. Perhaps in future we will check the permissions for the site file when collecting data that is better being secure. This fixes issue #14 Signed-off-by: Ikey Doherty --- data/Makefile.am | 3 --- data/cve-check-tool.conf | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 4e40133..c35c228 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -13,6 +13,3 @@ template_DATA = $(TEMPLATE_FILES) defaultdir=$(datadir)/defaults/cve-check-tool default_DATA = $(DEFAULT_FILES) - -install-data-hook: - chmod 700 $(DESTDIR)$(defaultdir)/cve-check-tool.conf diff --git a/data/cve-check-tool.conf b/data/cve-check-tool.conf index c94b077..2ccffe6 100644 --- a/data/cve-check-tool.conf +++ b/data/cve-check-tool.conf @@ -1,3 +1,7 @@ +######################################################################### +# It is advisable to secure this files permissions if you store passwords +######################################################################### + ###################################################################### # Use this section to define your global JIRA configuration parameters ######################################################################