From 858ba2bab352dd458310dbbf7d376f06e8faf1aa Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 27 Jan 2021 04:58:54 -0500 Subject: [PATCH] Bump --- etc/systemd/nspawn/ArchLinux.nspawn | 3 +-- etc/systemd/nspawn/Debian.nspawn | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/systemd/nspawn/ArchLinux.nspawn b/etc/systemd/nspawn/ArchLinux.nspawn index 121cab5..05f9d79 100644 --- a/etc/systemd/nspawn/ArchLinux.nspawn +++ b/etc/systemd/nspawn/ArchLinux.nspawn @@ -1,6 +1,5 @@ [Exec] Boot=true -Capability=CAP_NET_ADMIN PrivateUsers=false [Files] @@ -15,4 +14,4 @@ Bind=/etc/systemd/nspawn/20-machines-profile.sh:/etc/profile.d/20-machines-profi BindReadOnly=/tmp/.X11-unix [Network] -VirtualEthernet=false +VirtualEthernet=true diff --git a/etc/systemd/nspawn/Debian.nspawn b/etc/systemd/nspawn/Debian.nspawn index 9c4b4de..264e692 100644 --- a/etc/systemd/nspawn/Debian.nspawn +++ b/etc/systemd/nspawn/Debian.nspawn @@ -1,6 +1,5 @@ [Exec] Boot=true -Capability=CAP_NET_ADMIN PrivateUsers=pick [Files] @@ -15,4 +14,4 @@ Bind=/etc/systemd/nspawn/20-machines-profile.sh:/etc/profile.d/20-machines-profi BindReadOnly=/tmp/.X11-unix [Network] -VirtualEthernet=false +VirtualEthernet=true