From 47bd77c5ca01255b3cdb3700a4d5211e8937e483 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 25 Jul 2016 11:36:10 +0000 Subject: main/nextcloud: move to main --- main/nextcloud/nextcloud-9-disable-chmod.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main/nextcloud/nextcloud-9-disable-chmod.patch (limited to 'main/nextcloud/nextcloud-9-disable-chmod.patch') diff --git a/main/nextcloud/nextcloud-9-disable-chmod.patch b/main/nextcloud/nextcloud-9-disable-chmod.patch new file mode 100644 index 0000000000..bd70391c81 --- /dev/null +++ b/main/nextcloud/nextcloud-9-disable-chmod.patch @@ -0,0 +1,12 @@ +--- a/lib/private/config.php ++++ b/lib/private/config.php +@@ -229,7 +229,8 @@ + $filePointer = fopen($this->configFilePath, 'r+'); + + // Prevent others not to read the config +- chmod($this->configFilePath, 0640); ++ // Alpine Linux Development - don't do package's job ++ // chmod($this->configFilePath, 0640); + + // File does not exist, this can happen when doing a fresh install + if(!is_resource ($filePointer)) { -- cgit v1.2.3