Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
ensure permissions on query.conf, doesn't really matter since jks is …
Browse files Browse the repository at this point in the history
…secured, but looks bad
  • Loading branch information
timf committed Jul 15, 2010
1 parent 16dc687 commit c7726a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions messaging/gt4.0/java/gar-builder/etc/post-deploy.xml
Expand Up @@ -120,13 +120,9 @@
perm="600"/>
<echo message="Ensured owner-only rw permissions: ${print.relative.confdir}/pilot-authz.conf"/>

<chmod file="${qproperties2.path}"
<chmod file="${query.conf.dir}/query.conf"
perm="600"/>
<echo message="Ensured owner-only rw permissions: ${print.relative.queryconfdir}/query.conf"/>

<chmod file="${query.conf.dir}/users.txt"
perm="600"/>
<echo message="Ensured owner-only rw permissions: ${print.relative.queryconfdir}/users.txt"/>
</target>

</project>
Expand Down

0 comments on commit c7726a2

Please sign in to comment.