From 5068b03c0c88146a342e2b31f14606f5a3a044b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 10 Jun 2024 13:35:07 +0200 Subject: [PATCH] Updated all containers (simplified lxc.mount.auto). --- sources/base.f39/config | 2 +- sources/base.f40/config | 2 +- sources/db2.in/config | 2 +- sources/efg.pm/config | 2 +- sources/ens.pm/config | 2 +- sources/fdc.in/config | 2 +- sources/fds.in/config | 2 +- sources/git.pm/config | 2 +- sources/gitea.in/config | 2 +- sources/ifg.in/config | 2 +- sources/kea.in/config | 2 +- sources/kms.in/config | 2 +- sources/log.in/config | 2 +- sources/mx.in/config | 2 +- sources/ns1.in/config | 2 +- sources/ns2.in/config | 2 +- sources/pki.in/config | 2 +- sources/pns.pm/config | 2 +- sources/slycpx.in/config | 2 +- sources/slycrm.in/config | 2 +- sources/sns.in/config | 2 +- sources/vpn.in/config | 2 +- sources/wiki.in/config | 2 +- sources/ws.pm/config | 2 +- sources/xfr.pm/config | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/sources/base.f39/config b/sources/base.f39/config index 6e74013..65ef477 100644 --- a/sources/base.f39/config +++ b/sources/base.f39/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = base.f39 lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.autodev = 1 diff --git a/sources/base.f40/config b/sources/base.f40/config index 7ad2020..784096b 100644 --- a/sources/base.f40/config +++ b/sources/base.f40/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = base.f40 lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.autodev = 1 diff --git a/sources/db2.in/config b/sources/db2.in/config index 8e79470..db7da04 100644 --- a/sources/db2.in/config +++ b/sources/db2.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = db2.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = cgroup proc sys +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ data none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/efg.pm/config b/sources/efg.pm/config index ffcbfbc..45348d0 100644 --- a/sources/efg.pm/config +++ b/sources/efg.pm/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = efg.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/ens.pm/config b/sources/ens.pm/config index 149d704..c838106 100644 --- a/sources/ens.pm/config +++ b/sources/ens.pm/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = ens.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/fdc.in/config b/sources/fdc.in/config index 7b966f4..f2ee226 100644 --- a/sources/fdc.in/config +++ b/sources/fdc.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = fdc.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/fds.in/config b/sources/fds.in/config index e809cb1..7f69a42 100644 --- a/sources/fds.in/config +++ b/sources/fds.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = fds.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/git.pm/config b/sources/git.pm/config index 1447084..f98f99c 100644 --- a/sources/git.pm/config +++ b/sources/git.pm/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = git.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ git none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/gitea.in/config b/sources/gitea.in/config index c86e103..eb19fe7 100644 --- a/sources/gitea.in/config +++ b/sources/gitea.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = gitea.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ gitea none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/ifg.in/config b/sources/ifg.in/config index 44cb922..9cd5610 100644 --- a/sources/ifg.in/config +++ b/sources/ifg.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = ifg.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/kea.in/config b/sources/kea.in/config index 504697f..d8c892a 100644 --- a/sources/kea.in/config +++ b/sources/kea.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = kea.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/kms.in/config b/sources/kms.in/config index f2eba72..8ac72c5 100644 --- a/sources/kms.in/config +++ b/sources/kms.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = kms.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ kms none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/log.in/config b/sources/log.in/config index f96ddfb..5912320 100644 --- a/sources/log.in/config +++ b/sources/log.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = log.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ var/log/remote none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/mx.in/config b/sources/mx.in/config index bf12b9d..598baeb 100644 --- a/sources/mx.in/config +++ b/sources/mx.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = mx.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/ns1.in/config b/sources/ns1.in/config index df39ac5..157ca7d 100644 --- a/sources/ns1.in/config +++ b/sources/ns1.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = ns1.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/ns2.in/config b/sources/ns2.in/config index 92432ff..bf7c7d7 100644 --- a/sources/ns2.in/config +++ b/sources/ns2.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = ns2.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/pki.in/config b/sources/pki.in/config index 360594c..fada2e1 100644 --- a/sources/pki.in/config +++ b/sources/pki.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = pki.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/pns.pm/config b/sources/pns.pm/config index 8803926..55a6619 100644 --- a/sources/pns.pm/config +++ b/sources/pns.pm/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = pns.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/slycpx.in/config b/sources/slycpx.in/config index 95d225b..af22fca 100644 --- a/sources/slycpx.in/config +++ b/sources/slycpx.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = slycpx.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ opt/slycpx none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/slycrm.in/config b/sources/slycrm.in/config index dc502b8..52033a4 100644 --- a/sources/slycrm.in/config +++ b/sources/slycrm.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = slycrm.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ opt/slycrm none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/sns.in/config b/sources/sns.in/config index 4457aa5..4b04138 100644 --- a/sources/sns.in/config +++ b/sources/sns.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = sns.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/vpn.in/config b/sources/vpn.in/config index 6fbae63..8b683c6 100644 --- a/sources/vpn.in/config +++ b/sources/vpn.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = vpn.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.net.0.type = veth lxc.net.0.flags = up diff --git a/sources/wiki.in/config b/sources/wiki.in/config index 74f3f70..d5456ab 100644 --- a/sources/wiki.in/config +++ b/sources/wiki.in/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = wiki.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ data none bind,create=dir 0 0 lxc.net.0.type = veth diff --git a/sources/ws.pm/config b/sources/ws.pm/config index f4bd587..b45126e 100644 --- a/sources/ws.pm/config +++ b/sources/ws.pm/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = ws.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__/htdocs.useribm.hu.443 var/www/htdocs.useribm.hu.443 none bind,create=dir 0 0 lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__/htdocs.useribm.hu.80 var/www/htdocs.useribm.hu.80 none bind,create=dir 0 0 lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__/htdocs.userrendszerhaz.hu.443 var/www/htdocs.userrendszerhaz.hu.443 none bind,create=dir 0 0 diff --git a/sources/xfr.pm/config b/sources/xfr.pm/config index eae4bf4..449cf9a 100644 --- a/sources/xfr.pm/config +++ b/sources/xfr.pm/config @@ -3,7 +3,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 lxc.uts.name = xfr.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs -lxc.mount.auto = proc:rw sys:ro +lxc.mount.auto = proc sys lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__/www.xfr var/www.xfr none bind,create=dir 0 0 lxc.net.0.type = veth -- 2.54.0