diff options
| -rwxr-xr-x | fai/config/scripts/ROAMING_WORKSTATION/20-update-security-group-conf | 4 | ||||
| -rwxr-xr-x | fai/config/scripts/WORKSTATION/20-update-security-group-conf | 4 |
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 |
