summaryrefslogtreecommitdiffstats
path: root/core/modules/usbguard/module.conf
diff options
context:
space:
mode:
authorJannik Schönartz2017-11-15 09:29:10 +0100
committerJonathan Bauer2021-06-25 14:38:18 +0200
commit055e2dfe09f270bb2ceca89b5100ad840d9c0837 (patch)
tree1ab5e94e959f41c70fa9d97a50978d5ffb7ec1f8 /core/modules/usbguard/module.conf
parent[kiosk-chromium] disable auto-update (diff)
downloadmltk-055e2dfe09f270bb2ceca89b5100ad840d9c0837.tar.gz
mltk-055e2dfe09f270bb2ceca89b5100ad840d9c0837.tar.xz
mltk-055e2dfe09f270bb2ceca89b5100ad840d9c0837.zip
[usbguard] USBGuard module added by Jannik Schönartz
[usb-lock-off] Updated usb info collection script to use the openslx config variables. [usb-lock-off] Updated usbguard to version 0.7.2 and libsodium to 1.0.16. Fixed the build script, so that -c cleans everything.
Diffstat (limited to 'core/modules/usbguard/module.conf')
-rw-r--r--core/modules/usbguard/module.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/usbguard/module.conf b/core/modules/usbguard/module.conf
new file mode 100644
index 00000000..cf9bfc10
--- /dev/null
+++ b/core/modules/usbguard/module.conf
@@ -0,0 +1,8 @@
+#!/bin/bash
+REQUIRED_GIT="https://github.com/dkopecek/usbguard.git"
+REQUIRED_LIBSODIUM_URL="https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz"
+REQUIRED_LIBSODIUM_UNTAR_NAME="libsodium-1.0.16"
+REQUIRED_COMMIT="4ba9fbb337da439a1bcff6886847fb24b3df95b3"
+REQUIRED_BINARIES="usbguard usbguard-daemon"
+REQUIRED_LIBRARIES=""
+REQUIRED_DIRECTORIES="/"