aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfai/config/scripts/ROAMING_WORKSTATION/20-update-security-group-conf4
-rwxr-xr-xfai/config/scripts/WORKSTATION/20-update-security-group-conf4
2 files changed, 8 insertions, 0 deletions
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
diff --git a/fai/config/scripts/WORKSTATION/20-update-security-group-conf b/fai/config/scripts/WORKSTATION/20-update-security-group-conf
new file mode 100755
index 0000000..40679b5
--- /dev/null
+++ b/fai/config/scripts/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