Files
kata-containers/src/runtime/pkg/katautils
Christophe de Dinechin 2faafbdd3a config: Protect virtio_fs_daemon annotation
Sending the virtio_fs_daemon annotation can be used to execute
arbitrary code on the host. In order to prevent this, restrict the
values of the annotation to a list provided by the configuration
file.

Fixes: #901

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
2020-10-18 00:40:16 +08:00
..
2020-04-29 18:39:03 -07:00
2020-04-27 19:39:25 -07:00
2020-04-29 18:39:03 -07:00
2020-04-27 19:39:25 -07:00

Kata utilities packages

The katautils package contains useful functions that are shared by various parts of the codebase, including the runtime and the container v2 shim.