GoogleChrome / webstatus.dev

A tool to monitor and track the status of all Web Platform features across dimensions that are related to availability and implementation quality across browsers, and adoption by web developers.
https://webstatus.dev
Apache License 2.0
103 stars 8 forks source link

feat(devcontainer): adjust file permissions #817

Closed jcscottiii closed 3 weeks ago

jcscottiii commented 3 weeks ago

Set the default umask to 022 within the devcontainer to ensure new files are created with read permissions for all users.

Additionally, recursively add read permission to all existing files in the devcontainer to ensure consistent access.

This prevents permission issues when working within the development container that otherwise would be set by a different umask on the host.