summaryrefslogtreecommitdiffstats
path: root/install/ykfde
diff options
context:
space:
mode:
Diffstat (limited to 'install/ykfde')
-rw-r--r--install/ykfde13
1 files changed, 13 insertions, 0 deletions
diff --git a/install/ykfde b/install/ykfde
new file mode 100644
index 0000000..bbf5bd2
--- /dev/null
+++ b/install/ykfde
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+build() {
+ add_runscript
+ add_binary ykchalresp
+ add_file /etc/ykfde-challenge /
+ add_module 'usbhid'
+}
+
+help() {
+ echo "This hook adds support for opening LUKS devices with Yubico key."
+ echo "Please use command 'ykfde' to prepare."
+}