Bug#532284: tomcat6: more files should be owned by group adm

2009-08-04 Thread Ludovic Claude
Hello, I'm working on this package. To close this bug, I propose to replace in debian/tomcat6.postinst: chgrp tomcat6 /etc/tomcat6/tomcat-users.xml chgrp tomcat6 /var/lib/tomcat6/webapps by: chown -Rh tomcat6:adm /etc/tomcat6/* chown -Rh tomcat6:adm /var/lib/tomcat6/webapps What do you think?

Bug#532284: tomcat6: more files should be owned by group adm

2009-06-08 Thread Marcus Better
Package: tomcat6 Version: 6.0.18-3 Severity: normal Various directories that used to have group adm in tomcat5.5 are now either root-only or onwer root, group tomcat6. So you need to be root to add webapps or configure Tomcat (or be in group tomcat6, but that does not look like a good idea). It