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 has been archived by the owner on May 12, 2021. It is now read-only.
QEMU enforces a seccomp-bpf syscall blacklist when started with -sandbox on option. We may want to enable it to get an extra layer of protection with less attack interfaces. It comes with some performance cost and we can enable /proc/sys/net/core/bpf_jit_enable to reduce the impact.
The text was updated successfully, but these errors were encountered:
Add a `context.Context` parameter to the client `NewAgentClient()` API and
enable gRPC tracing if the specified context contains an opentracing
span.
Fixeskata-containers#327.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
QEMU enforces a seccomp-bpf syscall blacklist when started with
-sandbox on
option. We may want to enable it to get an extra layer of protection with less attack interfaces. It comes with some performance cost and we can enable/proc/sys/net/core/bpf_jit_enable
to reduce the impact.The text was updated successfully, but these errors were encountered: