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 <michael.i.doherty@intel.com>
This commit is contained in:
Ikey Doherty
2015-04-30 20:20:36 +01:00
parent 463bd587ee
commit ecfc802da0
2 changed files with 4 additions and 3 deletions
-3
View File
@@ -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
+4
View File
@@ -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
######################################################################