nomicode / dotfiles-old

A dotfiles repository designed for making personal customizations to VS Code devcontainers and GitHub Codespaces
MIT License
0 stars 0 forks source link

fix: enable default system umask for workspace #5

Closed nomicode closed 2 years ago

nomicode commented 2 years ago

I have added a post-start.sh script to remove ACLs on files in the workspace mount so that the default system umask is respected.

This change is important because the primary purpose of this project is to copy files to the user's home directory, and the ownership and permissions should match the rest of the system.