You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/11/09 14:53:11 UTC

[Bug 59968] Change to tighten permissions makes multi-instance tomcat difficult

https://bz.apache.org/bugzilla/show_bug.cgi?id=59968

Blazej Checinski <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---

--- Comment #2 from Blazej Checinski <ha...@gmail.com> ---
This might be a problem for docker users (my case):
Similarly to tomcat 9 https://github.com/docker-library/tomcat/issues/35
the problem I have with 8.5.6 is that with new tightened permission I'm not
able to run tomcat as non root user.
Non root user is not able to create any files in subdirectories of tomcat, even
though the chmod is 777 recursively and he owns the directories recursively
(initially owned by root). This worked flawlessly with 8.0 (without any 777 or
owner hacks).

Source of this issue might be aufs problem mentioned here:
https://github.com/docker/docker/issues/783
Nevertheless it's not possible to relax the permissions in this situation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org