Skip to content

Commit fc66b8e

Browse files
authored
Merge pull request #414 from snir911/kata-2982-16
backport: enable guest_hook_path in remote config
2 parents bca97bf + 7b91d72 commit fc66b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/peerpods/local/configuration-remote.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ valid_entropy_sources = ["/dev/urandom","/dev/random",""]
330330
# https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#posix-platform-hooks
331331
# Warnings will be logged if any error is encountered while scanning for hooks,
332332
# but it will not abort container execution.
333-
#guest_hook_path = "/usr/share/oci/hooks"
333+
guest_hook_path = "/usr/share/oci/hooks"
334334
#
335335
# Use rx Rate Limiter to control network I/O inbound bandwidth(size in bits/sec for SB/VM).
336336
# In Qemu, we use classful qdiscs HTB(Hierarchy Token Bucket) to discipline traffic.

0 commit comments

Comments
 (0)