Workspace file and directory permission changes #20203
Unanswered
alan113696
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing out the k8s template to deploy a container as a workspace. Something I've noticed is that the files and directories in the user home directory are always reset to add "group write" and the "setgid" bit (i.e., as if
chmod -R g+swis run on the home directory). I can change the file/directory permissions in a session, but after restarting the workspace, the permissions are reset.Is the coder agent resetting the file and directory permissions?
Is it possible to disable this behavior?
Beta Was this translation helpful? Give feedback.
All reactions