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(restart_process): work around sticky /tmp #541

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

thejan2009
Copy link
Contributor

Sometimes the container root filesystem has sticky bit enabled and restart commands are ran with a different user. We can work around that by creating an intermediate folder that has "0777" permissions.

Refs #540

Sometimes the container root filesystem has sticky bit enabled and
restart commands are ran with a different user. We can work around that
by creating an intermediate folder that has "0777" permissions.

Refs tilt-dev#540

Signed-off-by: db <[email protected]>
Copy link
Member

@nicks nicks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! thanks!

@nicks nicks merged commit 51a5c73 into tilt-dev:master Jan 2, 2024
1 check passed
nicks added a commit that referenced this pull request Jan 3, 2024
nicks added a commit that referenced this pull request Jan 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.

2 participants