mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
c7dc8b1fed
Commit58ea21daefadded support for seccomp flags such as SPEC_ALLOW, but it does not work as expected, because since commit7a8d7162f9we do not use libseccomp-golang's Load(), but handle flags separately in patchbfp. This fixes setting SPEC_ALLOW flag. Add a comment to not forget to amend filterFlags when adding new flags. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>