libs,tests: fix typo disable_guest_seccomp in configuration-anno-1.toml

Change `pdisable_guest_seccomp` to `disable_guest_seccomp`

Fixes: #7727

Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
This commit is contained in:
Manabu Sugimoto 2023-08-23 12:00:11 +09:00
parent 8032797418
commit 22d8f335d6

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"