mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 13:14:33 +00:00
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:
parent
8032797418
commit
22d8f335d6
@ -72,7 +72,7 @@ container_pipe_size = 2
|
|||||||
[runtime]
|
[runtime]
|
||||||
enable_debug = true
|
enable_debug = true
|
||||||
internetworking_model="macvtap"
|
internetworking_model="macvtap"
|
||||||
pdisable_guest_seccomp=true
|
disable_guest_seccomp=true
|
||||||
enable_tracing = true
|
enable_tracing = true
|
||||||
jaeger_endpoint = "localhost:1234"
|
jaeger_endpoint = "localhost:1234"
|
||||||
jaeger_user = "user"
|
jaeger_user = "user"
|
||||||
|
Loading…
Reference in New Issue
Block a user