spring-boot/spring-boot-tools
Andy Wilkinson 93ab01263c Change the ownership of the pid folder when using a sub-folder
This is an alternative to the fix made in 3b52909 which removed the
chown call entirely.

Prior to 3b52909, the ownership of $PID_FOLDER was always changed even
when its value was /var/run. This was problematic as it could prevent
other services from creating their pid folder or file.

When a sub-folder is used, changing its ownership so that it’s owned by
the user that will run the app is desirable as it limits access to the
folder. Rather than removing the chown call entirely, this commit
ensures that it only happens when a sub-folder is being used to hold the
pid file.

Closes gh-6532
2016-09-19 09:27:38 +01:00
..
spring-boot-antlib Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-configuration-metadata Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-configuration-processor Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-gradle-plugin Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-loader Polish “Avoid null handler package in JarFile protocol handler registration” 2016-08-31 13:50:26 +01:00
spring-boot-loader-tools Change the ownership of the pid folder when using a sub-folder 2016-09-19 09:27:38 +01:00
spring-boot-maven-plugin Polish 2016-08-29 15:29:54 +01:00
pom.xml Next Development Version 2016-07-28 09:18:40 +00:00