# disable guest seccomp # Determines whether container seccomp profiles are passed to the virtual # machine and applied by the kata agent. If set to true, seccomp is not applied # within the guest # (default: true) disable_guest_seccomp=true
# Path to vhost-user-fs daemon. virtio_fs_daemon = "/usr/libexec/kata-qemu/virtiofsd" # List of valid annotations values for the virtiofs daemon # The default if not set is empty (all annotations rejected.) # Your distribution recommends: ["/usr/libexec/kata-qemu/virtiofsd"] valid_virtio_fs_daemon_paths = ["/usr/libexec/kata-qemu/virtiofsd"]
# Enable debug console. # If enabled, user can connect guest OS running inside hypervisor # through "kata-runtime exec <sandbox-id>" command #debug_console_enabled = true