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

Enable unprivileged start #490

Open
fluktuid opened this issue Feb 23, 2024 · 0 comments · May be fixed by #491
Open

Enable unprivileged start #490

fluktuid opened this issue Feb 23, 2024 · 0 comments · May be fixed by #491

Comments

@fluktuid
Copy link

Feature Request

As an administrator I want to be be able to start this container unprivileged.

Current situation

the entrypoint.sh script is

  • trying to chown the SIGNAL_CLI_CONFIG_DIR
  • uses exec setpriv …

this causes issues issues when run without privileges

solution

check wether uid and gid are also the target SIGNAL_CLI_UID and SIGNAL_CLI_GID.
If so, just start signal-cli-rest-api

fluktuid added a commit to fluktuid/signal-cli-rest-api that referenced this issue Feb 23, 2024
@fluktuid fluktuid linked a pull request Feb 23, 2024 that will close this issue
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 a pull request may close this issue.

1 participant