mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Update `ApplicationPid` to check POSIX file permissions in addition to `File.canWrite()` before PID file. This helps to provided consistent behavior, regardless of if the application is running as root or not. Fixes gh-9922