You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
As discussed in the issue #2899, the incomplete list of seccomp filter from cloud-hypervisor can introduce (random) failures in our CI jobs. As a workaround, the seccomp option of clh is temporarily disabled in kata.
How can it be improved?
We should collect the missing syscall triggered by Kata's CI workload, and added them to clh's seccomp filter list. Once we have a complete list (for kata's CI workload), we should bring the seccomp option of clh back to kata, so that we can leverage this security feature from clh.
Which feature do you think can be improved?
As discussed in the issue #2899, the incomplete list of
seccompfilter from cloud-hypervisor can introduce (random) failures in our CI jobs. As a workaround, theseccompoption of clh is temporarily disabled in kata.How can it be improved?
We should collect the missing
syscalltriggered by Kata's CI workload, and added them to clh'sseccompfilter list. Once we have a complete list (for kata's CI workload), we should bring theseccompoption of clh back to kata, so that we can leverage this security feature from clh.