Files
containerd/core
Akihiro Suda 910171e90e Fix directory permissions
- Create /var/lib/containerd with 0o700 (was: 0o711).
- Create config.TempDir with 0o700 (was: 0o711).
- Create /run/containerd/io.containerd.grpc.v1.cri with 0o700 (was: 0o755).
- Create /run/containerd/io.containerd.sandbox.controller.v1.shim with 0o700 (was: 0o711).
- Leave /run/containerd and /run/containerd/io.containerd.runtime.v2.task created with 0o711,
  as required by userns-remapped containers.
  /run/containerd/io.containerd.runtime.v2.task/<NS>/<ID> is created with:
  - 0o700 for non-userns-remapped containers
  - 0o710 for userns-remapped containers with the remapped root group as the owner group.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2025-11-04 16:04:30 +09:00
..
2025-09-10 20:07:40 -07:00
2024-10-18 16:04:54 -07:00
2024-10-18 16:04:54 -07:00
2024-12-23 23:14:49 -07:00
2025-10-24 17:54:26 +00:00
2025-07-30 13:56:55 -04:00
2025-10-22 22:57:42 +08:00
2025-11-04 16:04:30 +09:00
2024-12-23 23:14:49 -07:00
2024-10-18 16:04:54 -07:00
2025-10-24 17:54:26 +00:00
2025-10-24 17:54:26 +00:00