Skip to content

Bug? umask does not seem to be respected #26026

Answered by Chuxel
twpayne asked this question in Codespaces
Discussion options

You must be logged in to vote

We can provide an update here, but here’s a workaround for you near term.

  1. Go to the workspace root
  2. Run the following commands
sudo apt-get update
sudo apt-get install acl
sudo chown -R $(whoami) .
sudo setfacl -bnR .

That will remove the ACL and make sure you’re the owner of all files. At that point the umask should be respected.

Replies: 14 comments

Comment options

You must be logged in to vote
0 replies

This comment was marked as disruptive content.

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies

This comment was marked as disruptive content.

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies
Answer selected

This comment was marked as disruptive content.

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Product Feedback Share your thoughts and suggestions on GitHub features and improvements
5 participants