Files
kata-containers/src/runtime/pkg/katautils
Christophe de Dinechin 27b6620b23 config: Protect jailer_path annotation
The jailer_path annotation can be used to execute arbitrary code on
the host. Add a jailer_path_list configuration entry providing a list
of regular expressions that can be used to filter annotations that
represent valid file names.

Fixes: #901

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
2020-10-14 16:10:12 +02:00
..
2020-10-01 08:24:29 -05: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.