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

Use sudo instead su in the launcher script #63

Closed

Conversation

xsteve
Copy link
Contributor

@xsteve xsteve commented Mar 7, 2019

sudo will provide a controlling TTY, su does not
Therefore use sudo when it is available in the container

This is a possible solution for #62

sudo will provide a controlling TTY, su does not
Therefore use sudo when it is available in the container
@joufella
Copy link
Member

joufella commented Mar 7, 2019

Thanks @xsteve, I merged your PR. I added -E so that sudo preserves the environment, otherwise that broke a few tests.

@joufella joufella closed this Mar 7, 2019
@gportay gportay mentioned this pull request May 24, 2023
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.

2 participants