summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/common/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podmanV2/common/types.go')
-rw-r--r--cmd/podmanV2/common/types.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/podmanV2/common/types.go b/cmd/podmanV2/common/types.go
new file mode 100644
index 000000000..2427ae975
--- /dev/null
+++ b/cmd/podmanV2/common/types.go
@@ -0,0 +1,3 @@
+package common
+
+var DefaultKernelNamespaces = "cgroup,ipc,net,uts"