devcontainers / devcontainers/images
typescript-node:22 (at least) has wrong /tmp permissions
Closed
- Dominant language
- Shell
- Stars
- 2.1k
- Forks
- 963
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 14
Description
Actual:
```
$ ls -ld /tmp
drwxr-xr-x. 1 root root 892 Sep 18 15:40 /tmp
```
Expected:
```
$ ls -ld /tmp
drwxrwxrwt. 1 root root 892 Sep 18 15:40 /tmp
```
It can be corrected at runtime with `sudo chmod 1777 /tmp`.
It causes an error when devcontainer.json features contains `"ghcr.io/devcontainers/features/java:1": {"version": "21"}` at least.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.