summary refs log tree commit diff
path: root/changelog.d/5970.docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Docker packaging should not su-exec or chmod if already running as UID/GID ↵Michael Kaye2019-09-031-0/+1
(#5970) Adjust su-exec to only be used if needed. If UID == getuid() and GID == getgid() then we do not need to su-exec, and chmod will not work.