From 9bed4cc764820595c6a8f713a80b10f71a0dc3cc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Mar 2016 22:06:22 +0100 Subject: do not write password to log This requires systemd-ask-password with option --no-output, so it depends on systemd v230 (or commit a5a4e365). --- systemd/ykfde-2f.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/ykfde-2f.service b/systemd/ykfde-2f.service index f514c7d..33f034f 100644 --- a/systemd/ykfde-2f.service +++ b/systemd/ykfde-2f.service @@ -14,4 +14,4 @@ ConditionPathExists=/etc/ykfde.d/ Type=oneshot RemainAfterExit=yes TimeoutSec=0 -ExecStart=/usr/bin/systemd-ask-password --no-tty --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' +ExecStart=/usr/bin/systemd-ask-password --no-tty --no-output --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' -- cgit v1.2.3-54-g00ecf