Skip to content

Commit

Permalink
0004571: Password file read access must be restricted:
Browse files Browse the repository at this point in the history
security/jmxremote.password
  • Loading branch information
erilong committed Sep 25, 2020
1 parent 17ba32a commit 2f1d792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions symmetric-server/build.gradle
Expand Up @@ -72,6 +72,7 @@ apply from: symAssembleDir + '/asciidoc.gradle'
exclude 'bin/dbcompare'
exclude 'bin/sym_service'
exclude 'bin/setenv'
exclude 'security'
}
from ('src/main/deploy') {
include 'bin/sym'
Expand All @@ -86,6 +87,11 @@ apply from: symAssembleDir + '/asciidoc.gradle'
include 'bin/setenv'
fileMode 0755
}
from ('src/main/deploy') {
include 'security/*'
fileMode 0600
dirMode 0700
}
into('doc') { from ("$symAssembleDir/build/doc") }
into('lib') {
from configurations.provided { exclude "*animal-sniffer*" }
Expand Down

0 comments on commit 2f1d792

Please sign in to comment.