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

Run under root by default unless ODK_USER_ID is explicitly set. #905

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Run under root by default unless ODK_USER_ID is explicitly set.

    Change the entry point script so that it defaults to run the inner
    processes as root, unless the ODK_USER_ID variable is explicitly set to
    something else than zero.
    
    This avoids breaking things for users who for some reasons do not pass
    the `ODK_USER_ID` variable when they invoke the ODK -- which includes
    Windows users, since the `run.bat` script has never been updated to pass
    that variable.
    gouttegd committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4bb204f View commit details
    Browse the repository at this point in the history