summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorNicolas Vollmar <nvo@scaling.ch>2024-05-17 08:59:55 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-05-17 13:36:48 +0000
commit3f83be294b4a47f09658ac43314421ee6223a9aa (patch)
tree7a0fa847478bd59a7e2b33e1d12aefabad81bbc4 /interface-definitions
parent2324694623026a7a8a2aed6345b669b8996d7801 (diff)
downloadvyos-1x-3f83be294b4a47f09658ac43314421ee6223a9aa.tar.gz
vyos-1x-3f83be294b4a47f09658ac43314421ee6223a9aa.zip
T6358: Add config option for host process namespace
(cherry picked from commit f5051de4fc034bd95677ef142423e59eae47cd2f)
Diffstat (limited to 'interface-definitions')
-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>