From 8a7918eef06f275aa9cf2c328ca405429a2106c6 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 19 Nov 2018 14:06:41 +0100 Subject: [PATCH] TT#47373 Secure config.yml for root user only Change-Id: Idc58246b2d4b5109198908fc1f6daee4d51ade16 --- templates/130_filesys-ngcp.yaml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/130_filesys-ngcp.yaml.tt2 b/templates/130_filesys-ngcp.yaml.tt2 index 2c983f6..c891493 100644 --- a/templates/130_filesys-ngcp.yaml.tt2 +++ b/templates/130_filesys-ngcp.yaml.tt2 @@ -10,7 +10,7 @@ file: /etc/ngcp-config/config.yml: exists: true - mode: "0644" + mode: "0600" owner: root group: root filetype: file