Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Docker packaging should not su-exec or chmod if already running as UID/GID #5970

Merged
merged 6 commits into from
Sep 3, 2019

Commits on Sep 3, 2019

  1. Adjust su-exec to only be used if needed

    If UID == getuid() and GID == getgid()
    then we do not need to su-exec to these users.
    michaelkaye committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    6ab5fe9 View commit details
    Browse the repository at this point in the history
  2. Changelog.d

    michaelkaye committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    307fd1b View commit details
    Browse the repository at this point in the history
  3. Update changelog.d/5970.misc

    Co-Authored-By: Richard van der Hoff <[email protected]>
    michaelkaye and richvdh authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    47688f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab46203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec67b5c View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Small changes to doc strings
    
    Co-Authored-By: Richard van der Hoff <[email protected]>
    michaelkaye and richvdh authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    94f3ed3 View commit details
    Browse the repository at this point in the history