Rancher Server Setup
- Rancher version: v2.13.0
- Installation option (Docker install/Helm Chart): Docker
- Kubernetes Version and Engine: v1.34
Describe the bug
After a restart of the rancher docker container the permission on /tmp are incorrect:
If execing into the conatiner, /tmp has:
drwxr-xr-t root root
As the container is hardened, there is no way to sudo to adjust the rights from inside the container.
Workaround currently is:
exec into the rancher container and change mode on the corresponding overlay filesystem.
Expected behavior
I would expect the directory rights to be setup correctly