Commit 6f3a659
committed
fix(devcontainer): use 0o755 for feature directories so non-root users can actually walk into them
MkdirAll was called with 0o644 (rw-r--r--) which drops the execute bit
that directories need to be traversable. Harmless on the in-memory
filesystem used in tests, but on a real filesystem non-root container
users couldn't access feature install scripts.
Fixes #5061 parent da95f80 commit 6f3a659
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments