From 0b41947103406af5528ea9c5bd6019f2c89e64fd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:39:48 +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 950c424..60eb232 100755 --- a/debian/rules +++ b/debian/rules @@ -241,6 +241,9 @@ endif 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 debian/systemd/usr/share/man/man5/crypttab.5 -- cgit v1.2.3