Commit Graph

1 Commits (b6e3decd2b0c3608035f37bc6f9dcda9dd974322)

Author SHA1 Message Date
Michael Kaye 894c1a5759
Docker packaging should not su-exec or chmod if already running as UID/GID (#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.
2019-09-03 16:36:01 +01:00