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