Re: [PROPOSAL] Implement additional security checks in SecurityLifecycleListener

2024-06-07 Thread Mark Thomas
On 06/06/2024 18:13, Konstantin Kolinko wrote: чт, 6 июн. 2024 г. в 17:49, Christopher Schultz : All, Tomcat's SecurityLifecycleListener currently checks the current working user's name, the umask and not much else at the moment. I'd like to add "administrator" as another username to look for

Re: [PROPOSAL] Implement additional security checks in SecurityLifecycleListener

2024-06-06 Thread Konstantin Kolinko
чт, 6 июн. 2024 г. в 17:49, Christopher Schultz : > > All, > > Tomcat's SecurityLifecycleListener currently checks the current working > user's name, the umask and not much else at the moment. > > I'd like to add "administrator" as another username to look for. (The > documentation says that "root"

[PROPOSAL] Implement additional security checks in SecurityLifecycleListener

2024-06-06 Thread Christopher Schultz
All, Tomcat's SecurityLifecycleListener currently checks the current working user's name, the umask and not much else at the moment. I'd like to add "administrator" as another username to look for. (The documentation says that "root" is the only current username checked.) I would also like