From 8ac0ebf2d22171267168089d428f29da77957078 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Mon, 1 Dec 2008 13:05:52 +0000 Subject: [PATCH] Fixed CORE-2195:Linux CS install requires access rights review - make conf files root-writable --- builds/install/misc/posixLibrary.sh.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builds/install/misc/posixLibrary.sh.in b/builds/install/misc/posixLibrary.sh.in index b2cb9c547e..2b83c95f87 100644 --- a/builds/install/misc/posixLibrary.sh.in +++ b/builds/install/misc/posixLibrary.sh.in @@ -734,6 +734,10 @@ fixFilePermissions() { chown -R root:root $FBRootDir chmod -R uga-w $FBRootDir + # Set up configuration files - make them root-writable + cd $FBRootDir + chmod u+w *.conf + # Prepare bin cd $FBBin