From 1f8b10525b8633f8918b1282df345ea83a4fd852 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:36:56 +0200 Subject: Disabling ctrl-alt-del.target. Signed-off-by: Daniel Baumann --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 809a9a9..2d66f4a 100755 --- a/debian/rules +++ b/debian/rules @@ -217,6 +217,9 @@ execute_after_dh_install: printf '\n[Install]\nWantedBy=local-fs.target\n' >> debian/systemd/usr/share/systemd/tmp.mount rm debian/systemd/lib/systemd/system/local-fs.target.wants/tmp.mount + # disable ctrl-alt-del.target + rm debian/systemd/lib/systemd/system/ctrl-alt-del.target + # files shipped by cryptsetup ifeq (, $(filter stage1, $(DEB_BUILD_PROFILES))) rm -f debian/tmp/usr/share/man/man5/crypttab.5 -- cgit v1.2.3