From 84e600146753172ebdd00ca8997a2521cbb4777e Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 20 Nov 2018 12:54:25 +0100 Subject: [PATCH] TT#44814 Fix perms on /etc/mysql/grants.yml The .postbuild config has been removed from /etc/mysql/grants.yml as a result the file is installed with 0400 perms. Fix the test accordingly. P.S. Makefile contains 0600, but ngcpcfg removes write for everyone on apply. Change-Id: I16830fc14c262261dc5a4c20c47bda7f296d95bc --- 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 c891493..32c532d 100644 --- a/templates/130_filesys-ngcp.yaml.tt2 +++ b/templates/130_filesys-ngcp.yaml.tt2 @@ -146,7 +146,7 @@ file: /etc/mysql/grants.yml: exists: true - mode: "0600" + mode: "0400" owner: root group: root filetype: file