Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace su-exec with gosu #1246

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Commits on Jun 3, 2024

  1. Replace su-exec with gosu

    There's a major issue with `su-exec` whose fix has gone unreleased for 5 years (typos leading to running code as root, the opposite of the purpose of the program).
    
    This also decreases our Debian vs Alpine variance.
    
    Due to user scripts/downstream code potentially using `su-exec`, I have included a compatibility symlink to `su-exec` for all versions less than the 17 pre-release.
    tianon committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3e9b4ea View commit details
    Browse the repository at this point in the history