mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
65840f64ef
On ARM, mkdirat(2) is used instead of mkdir(2), thus the seccomp rules needs to be amended accordingly. This is a change similar to one in commite119db7a23, but but it evaded the test case added in commit58ea21daeas it took a long time to merge, and we don't have ARM CI. Fixes:58ea21dae("seccomp: add support for flags") Reported-by: Ryan Phillips <rphillips@redhat.com> Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>