mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
bd8e070109
1. The meaning of SkipDevices is what it is -- do not set any device-related options. 2. Reverts the part of commit108ee85b82which skipped the freeze when the SkipDevices is set. Apparently, the freeze is needed on update even if no Device* properties are being set. 3. Add "runc update" to "runc run [device cgroup deny]" test. Fixes:752e7a8249Fixes:108ee85b82Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>