Updated all containers (simplified lxc.mount.auto).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 10 Jun 2024 11:35:07 +0000 (13:35 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 10 Jun 2024 11:35:07 +0000 (13:35 +0200)
25 files changed:
sources/base.f39/config
sources/base.f40/config
sources/db2.in/config
sources/efg.pm/config
sources/ens.pm/config
sources/fdc.in/config
sources/fds.in/config
sources/git.pm/config
sources/gitea.in/config
sources/ifg.in/config
sources/kea.in/config
sources/kms.in/config
sources/log.in/config
sources/mx.in/config
sources/ns1.in/config
sources/ns2.in/config
sources/pki.in/config
sources/pns.pm/config
sources/slycpx.in/config
sources/slycrm.in/config
sources/sns.in/config
sources/vpn.in/config
sources/wiki.in/config
sources/ws.pm/config
sources/xfr.pm/config

index 6e74013629da28f3ec5972bc54deaf1f73016706..65ef4776083a28041591fc43f1461e81fe9e9248 100644 (file)
@@ -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
 
index 7ad202087ddb358a4da8cbff6d2ea237f2eda35e..784096b3dc2a1a0c68323101a3836c5b94206c71 100644 (file)
@@ -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
 
index 8e79470b7bd63f6dbe3d94fc6951fc86601f0fd0..db7da048e5409c91a25bf0c4c15a54dffbc6128d 100644 (file)
@@ -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
index ffcbfbc22bcb926375986e06662687dce941027b..45348d0e4057fe7add5bc3a9229285eee0a761a6 100644 (file)
@@ -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
index 149d7048b794467b2c1cdb8395db078c00e1d094..c838106ca967665be2d300587c59e51bac49c0e5 100644 (file)
@@ -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
index 7b966f4018154ee51c9320445691db5f4c5962a5..f2ee226e33da26b1591a4c50b54ddfaa0e6fe05f 100644 (file)
@@ -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
index e809cb133427ffe0c1e2ff94a0a993ba31b08861..7f69a424b492c71bd1f3a570c6624e43faf5ae4e 100644 (file)
@@ -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
index 1447084bae39d00f3f8089b11e5b5341e84229c3..f98f99c99587261045f43af03758b8af6147a6ec 100644 (file)
@@ -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
index c86e1032870be39054331cd4686c3bc6551624dd..eb19fe7322350bab5061d2592b9907a04d063c33 100644 (file)
@@ -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
index 44cb922a8f12b656897fd37b9a98587be717b1c8..9cd56106af608c1bf167fcfc277eb3f97338abb3 100644 (file)
@@ -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
index 504697f0fc3b30cda2900d82b1054e0ff5783690..d8c892ac729aa604236a6eda22332d9e5fa02152 100644 (file)
@@ -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
index f2eba7281303937624624639badefb1f9939c225..8ac72c5f7d65176289ed9f8f17bb54cfe81d3df9 100644 (file)
@@ -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
index f96ddfb75ec54143a1fcc8ce2fb978946e7ce723..5912320aa55129bd2b5fec376b9bffed6c5051f1 100644 (file)
@@ -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
index bf12b9d454a75920c3337c26820d69414984057d..598baeb685224f56600373d0c663067503406ead 100644 (file)
@@ -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
index df39ac5a3e2d0887e85c22ce9824df183c8b254c..157ca7d4cc0637e57799513f9520c7f38dafcc89 100644 (file)
@@ -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
index 92432ff4b7581d13924a353ac3d7eb8eb8dbc329..bf7c7d7e535bec274ecda69adfea27ab42e52e3e 100644 (file)
@@ -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
index 360594c6b6e451537d66a2702e812c41ceeaa971..fada2e1476db9fc8160fbdecf3e33719d6b8e7fe 100644 (file)
@@ -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
index 8803926094eb9b3ed2d4c5c57fd7bd679b49aeb0..55a661979495993f54b03da3b0581c64415fffaa 100644 (file)
@@ -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
index 95d225bcfe16cefb902fc452e5da1ca13bcff3da..af22fca4837f099b481fc49b88caea4c732a901c 100644 (file)
@@ -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
index dc502b80a0b9f73f1b562c9bc6607674f842a183..52033a44ab6848a0c2712db9ffd5934a2f5338f9 100644 (file)
@@ -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
index 4457aa53f877608295cf5c2877f1f025e80209e0..4b041385b2f89807922d2332f281d8011ca8107a 100644 (file)
@@ -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
index 6fbae63a456314e66c9f5923fa3beea2813ece41..8b683c63b26a8e0a4f9a06b1e21ea26c4bc2fea9 100644 (file)
@@ -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
index 74f3f706ba562b0a15f1d63bb163705f9d5898f4..d5456ab61fe1778e0dbde35f92f07e535b6704be 100644 (file)
@@ -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
index f4bd587807f3c8257bcaccef80adc9d405512779..b45126eb2c3e869a046e55145e7b79286b1a10d6 100644 (file)
@@ -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
index eae4bf44fe72a6f15d7b853260fea2adf265396d..449cf9abd1e6d07adf77f6ffb220817a8c6fdaf2 100644 (file)
@@ -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