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

Drops privileges to user 101 and group 0 #546

Merged
merged 1 commit into from
Sep 17, 2021

Commits on Jul 30, 2021

  1. Drops privileges to user 101 and group 0

    When the container is started as root the default was to drop privileges to "unit:unit". This caused some problems with temporary files. Now the privileges are drop to "101:0".
    When the container is started as a normal user unit prints a warning that changing the user and group is not possible. This warning is safe to ignore.
    tobiasge committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    03a1793 View commit details
    Browse the repository at this point in the history