Add missing file for commit e3396ef

This commit is contained in:
Raphael Dannecker 2025-02-05 13:57:07 +01:00
parent 76c2c38800
commit 8b57bef7f8

View file

@ -0,0 +1,7 @@
#!/usr/bin/bash
if [[ "${PAM_USER}" =~ -exam$ ]]; then
systemctl start firewalld.service
elif ! (users | grep -q -- "-exam"); then
systemctl stop firewalld.service
fi