summaryrefslogtreecommitdiff
path: root/interface-definitions/container.xml.in
diff options
context:
space:
mode:
authorNicolas Vollmar <nvo@scaling.ch>2024-05-17 08:59:55 +0200
committerNicolas Vollmar <nvo@scaling.ch>2024-05-17 10:25:30 +0200
commitf5051de4fc034bd95677ef142423e59eae47cd2f (patch)
tree87ee588b898fb416ec03d76a4de354a66e90e5f7 /interface-definitions/container.xml.in
parent240f199cdfadbc12ce713dae74c8db3af44a398c (diff)
downloadvyos-1x-f5051de4fc034bd95677ef142423e59eae47cd2f.tar.gz
vyos-1x-f5051de4fc034bd95677ef142423e59eae47cd2f.zip
T6358: Add config option for host process namespace
Diffstat (limited to 'interface-definitions/container.xml.in')
-rw-r--r--interface-definitions/container.xml.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/interface-definitions/container.xml.in b/interface-definitions/container.xml.in
index e7dacea36..2296a3e9e 100644
--- a/interface-definitions/container.xml.in
+++ b/interface-definitions/container.xml.in
@@ -15,9 +15,15 @@
<constraintErrorMessage>Container name must be alphanumeric and can contain hyphens</constraintErrorMessage>
</properties>
<children>
+ <leafNode name="allow-host-pid">
+ <properties>
+ <help>Allow sharing host process namespace with container</help>
+ <valueless/>
+ </properties>
+ </leafNode>
<leafNode name="allow-host-networks">
<properties>
- <help>Allow host networks in container</help>
+ <help>Allow sharing host networking with container</help>
<valueless/>
</properties>
</leafNode>