Skip to content

Commit 72b5ab6

Browse files
committed
enable guest_hook_path in remote config
Signed-off-by: Snir Sheriber <[email protected]>
1 parent bca97bf commit 72b5ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)