From 423d1c7028effbe0ca51291a7affc437b51ecf32 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 26 Feb 2016 22:53:39 +0100 Subject: do not write second factor to stdout (and log to journal) Signed-off-by: Christian Hesse --- systemd/ykfde-2f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') diff --git a/systemd/ykfde-2f b/systemd/ykfde-2f index 0884a61..c34bde8 100644 --- a/systemd/ykfde-2f +++ b/systemd/ykfde-2f @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -systemd-ask-password --no-tty --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' +systemd-ask-password --no-tty --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' >/dev/null if [ -s '/run/ykfde.pid' ]; then kill -USR1 $(cat '/run/ykfde.pid') -- cgit v1.2.3-54-g00ecf