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

fix: correct start of data container #331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

igolman
Copy link

@igolman igolman commented Jul 2, 2024

Description

Following the update to recent image PR 330 the data container won't start due to deprecation of UsePrivilegeSeparation option:

This release includes a number of changes that may affect existing
configurations:

 * This release deprecates the sshd_config UsePrivilegeSeparation
   option, thereby making privilege separation mandatory. Privilege
   separation has been on by default for almost 15 years and
   sandboxing has been on by default for almost the last five.
$ docker logs -f e279d5a7c6ae
command-line line 0: Deprecated option UsePrivilegeSeparation
Missing privilege separation directory: /run/sshd

Issues Resolved

UsePrivilegeSeparation option removed, container starts.

Type of Change

Fix.

Check List

@igolman igolman changed the title _fix_: correct start of data container fix: correct start of data container Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant