Closed musaprg closed 3 weeks ago
In short, not all platform supports libseccomp. There are some context in these issues and MR. Please read them and I can help answer further questions :)
May I ask you to check CI?
Hi. I rechecked and fixed my changes to the test cases. Could you check it again? Thanks.
Currently, the youki disables the
libcontainer/libseccomp
feature by settingdefault-feature = false
. If libcontainer has a feature flag for seccomp, youki should also have the feature flag so that we can use it by enabling it through the build option.Since I'm new to this project, I don't have enough background and status of seccomp support in youki. Please let me know if there's any reason why this feature is explicitly disabled in youki, for example, it's still an experimental feature.