This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch experimental in repository tomcat8.
commit aea4ae9edb696d9842e95f8586362000cde89070 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 30 16:38:02 2016 +0100 Set the proper permissions for /etc/tomcat8/jaspic-providers.xml --- debian/changelog | 7 +++++++ debian/tomcat8.postinst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cdc0976..6e46cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tomcat8 (8.5.8-2) UNRELEASED; urgency=medium + + * Team upload. + * Set the proper permissions for /etc/tomcat8/jaspic-providers.xml + + -- Emmanuel Bourg <[email protected]> Wed, 30 Nov 2016 16:35:02 +0100 + tomcat8 (8.5.8-1) experimental; urgency=medium * Team upload. diff --git a/debian/tomcat8.postinst b/debian/tomcat8.postinst index 4f7bb3b..a4003a5 100644 --- a/debian/tomcat8.postinst +++ b/debian/tomcat8.postinst @@ -48,7 +48,7 @@ case "$1" in # configuration files should not be modifiable by tomcat8 user, as this can be a security issue # (an attacker may insert code in a webapp and have access to all tomcat configuration) # but those files should be readable by tomcat8, so we set the group to tomcat8 - for i in tomcat-users.xml web.xml server.xml logging.properties context.xml catalina.properties; + for i in tomcat-users.xml web.xml server.xml logging.properties context.xml catalina.properties jaspic-providers.xml; do if [ -f "/etc/tomcat8/$i" ]; then chown root:$TOMCAT8_GROUP /etc/tomcat8/$i -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

