mirror of
https://github.com/clearlinux/cve-check-tool.git
synced 2026-08-28 09:45:48 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
######################################################################
|
||||
|
||||
Reference in New Issue
Block a user