This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch experimental
in repository tomcat8.

commit 02570d621344cdc7cf3f3632fcbf6f6e024aa1d6
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Thu Dec 1 16:04:17 2016 +0100

    No longer make /etc/tomcat8/Catalina/localhost writable by the tomcat8 user 
in the postinst script (Closes: #845393)
---
 debian/changelog        | 2 ++
 debian/tomcat8.postinst | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ffbe510..ddc9952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 tomcat8 (8.5.8-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * No longer make /etc/tomcat8/Catalina/localhost writable by the tomcat8 user
+    in the postinst script (Closes: #845393)
   * The tomcat8 user is no longer removed when the package is purged
     (Closes: #845385)
   * Compress and remove the access log files with a .txt extension
diff --git a/debian/tomcat8.postinst b/debian/tomcat8.postinst
index 5600706..47d9f70 100644
--- a/debian/tomcat8.postinst
+++ b/debian/tomcat8.postinst
@@ -69,7 +69,7 @@ case "$1" in
 
        chown -Rh $TOMCAT8_USER:$TOMCAT8_GROUP /var/lib/tomcat8/webapps 
/var/lib/tomcat8/lib
        chmod 775 /var/lib/tomcat8/webapps
-       chmod 775 /etc/tomcat8/Catalina /etc/tomcat8/Catalina/localhost
+       chmod 775 /etc/tomcat8/Catalina
 
        # Authorize user tomcat8 to open privileged ports via authbind.
        TOMCAT_UID="`id -u $TOMCAT8_USER`"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/tomcat8.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to