Merge pull request #7728 from ManaSugi/fix/typo-test-toml

libs,tests: fix typo disable_guest_seccomp in configuration-anno-1.toml
This commit is contained in:
Fabiano Fidêncio
2023-08-23 23:55:41 +02:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ container_pipe_size = 2
[runtime]
enable_debug = true
internetworking_model="macvtap"
pdisable_guest_seccomp=true
disable_guest_seccomp=true
enable_tracing = true
jaeger_endpoint = "localhost:1234"
jaeger_user = "user"