mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
74b57fea54
As the underlying error message from iotuils.WriteFile already contains file name, there's no need to put it, otherwise we end up with something like: failed to write "val" to "/sys/fs/cgroup/.../file": open /sys/fs/cgroup/.../file: permission denied With this patch, the error will be failed to write "val": open /sys/fs/cgroup/.../file: permission denied Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>