From aa6101fc428fa31cfcc96a9e7ab1772c0b21402d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Nov 2025 16:49:29 +0200 Subject: [PATCH] install: put aminda-systemd in place as well infosec nightmares continue --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 60530021..8abb5deb 100755 --- a/install +++ b/install @@ -180,7 +180,7 @@ if [ "$(id -u)" == "0" ]; then # Additional configuration for sudo SECURITY WARNING DANGER ALARM BELLS! if [ -d /etc/sudoers.d ]; then - cp -v etc/sudoers.d/{lecture,password-feedback,always-ask-password,envkeep-extras} /etc/sudoers.d/ + cp -v etc/sudoers.d/{aminda-systemd,lecture,password-feedback,always-ask-password,envkeep-extras} /etc/sudoers.d/ fi # Profile configuration. SECURITY WARNING