From c9af1e8d34a4a4828d2065a3ea9e8477140f8abf Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Wed, 6 Sep 2023 15:16:01 +0200 Subject: Actually install /etc/security/group.conf on bullseye From bookworm on this is handled via cfengine. --- fai/config/scripts/ROAMING_WORKSTATION/20-update-security-group-conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 fai/config/scripts/ROAMING_WORKSTATION/20-update-security-group-conf (limited to 'fai/config/scripts/ROAMING_WORKSTATION') diff --git a/fai/config/scripts/ROAMING_WORKSTATION/20-update-security-group-conf b/fai/config/scripts/ROAMING_WORKSTATION/20-update-security-group-conf new file mode 100755 index 0000000..40679b5 --- /dev/null +++ b/fai/config/scripts/ROAMING_WORKSTATION/20-update-security-group-conf @@ -0,0 +1,4 @@ +#!/bin/bash + +# on bookworm and later this is handled through cfengine +ifclass DEBIAN_11 && fcopy -iM /etc/security/group.conf -- cgit v1.2.3