From 9143a33fc02012f28d13abdd4082ec8a8fd964d0 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sat, 9 Mar 2024 17:37:53 +0000 Subject: [PATCH] Disable logins for cryhavocbag. --- states/email/mailboxes.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/email/mailboxes.sls b/states/email/mailboxes.sls index b7d3a34..b3502ec 100644 --- a/states/email/mailboxes.sls +++ b/states/email/mailboxes.sls @@ -46,7 +46,7 @@ cryhavocbag: user.present: - fullname: 'Cry Havoc Bag' - home: /home/cryhavocbag - - shell: /bin/bash + - shell: /usr/sbin/nologin - uid: 1008 - gid: 1008