mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
508f5bf665
... and remove the one from tests/integration. The idea is similar to the one for the test case being removed -- try updating device rules many times to make sure we are not leaking eBPF programs after every update/Set(). This is better though as we can really change the device rules every time (which "runc update" can't) and check that the rule is applied. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>