Repository: drill Updated Branches: refs/heads/master dd4a46a6c -> b4c599e33
DRILL-6241: Saffron properties config has the excessive permissions changed saffron.properties permission to 640 closes #1167 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/4e3e0ffd Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/4e3e0ffd Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/4e3e0ffd Branch: refs/heads/master Commit: 4e3e0ffd0e9fa72f5a8865188c4cfb79b7f2cb95 Parents: dd4a46a Author: Vladimir Tkach <[email protected]> Authored: Wed Mar 14 13:21:43 2018 +0200 Committer: Vitalii Diravka <[email protected]> Committed: Tue Mar 20 22:29:02 2018 +0200 ---------------------------------------------------------------------- distribution/src/assemble/bin.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/4e3e0ffd/distribution/src/assemble/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin.xml b/distribution/src/assemble/bin.xml index 82c4d90..fff07b3 100644 --- a/distribution/src/assemble/bin.xml +++ b/distribution/src/assemble/bin.xml @@ -411,6 +411,7 @@ <file> <source>src/resources/saffron.properties</source> <outputDirectory>conf</outputDirectory> + <fileMode>0640</fileMode> </file> <file> <source>src/resources/drill-on-yarn-example.conf</source>
