summaryrefslogtreecommitdiff
path: root/smoketest/config-tests
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-17 15:36:03 +0200
committerGitHub <noreply@github.com>2024-05-17 15:36:03 +0200
commite53dd75a149e891043a875bb6269fe22da99f586 (patch)
tree44389aff2dea12d77765a233fc30a340746147b2 /smoketest/config-tests
parent17e460792b17de2e6f358daa86abcd6b76d5ba40 (diff)
parentf5051de4fc034bd95677ef142423e59eae47cd2f (diff)
downloadvyos-1x-e53dd75a149e891043a875bb6269fe22da99f586.tar.gz
vyos-1x-e53dd75a149e891043a875bb6269fe22da99f586.zip
Merge pull request #3472 from nvollmar/T6358
T6358: Container config option to enable host pid
Diffstat (limited to 'smoketest/config-tests')
-rw-r--r--smoketest/config-tests/container-simple1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/config-tests/container-simple b/smoketest/config-tests/container-simple
index 299af64cb..cc80ef4cf 100644
--- a/smoketest/config-tests/container-simple
+++ b/smoketest/config-tests/container-simple
@@ -8,5 +8,6 @@ set container name c01 capability 'net-bind-service'
set container name c01 capability 'net-raw'
set container name c01 image 'busybox:stable'
set container name c02 allow-host-networks
+set container name c02 allow-host-pid
set container name c02 capability 'sys-time'
set container name c02 image 'busybox:stable'