mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
353e91770b
In this very case, the code is writing to cgroup2 filesystem, and the file name is well known and can't possibly be a symlink. So, using securejoin is redundant. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>