#!/bin/bash

# on bookworm and later this is handled through cfengine
if ifclass DEBIAN_11; then
	fcopy -iM /etc/security/group.conf
fi
