Closed jcscottiii closed 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.
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.