From 055e2dfe09f270bb2ceca89b5100ad840d9c0837 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 15 Nov 2017 09:29:10 +0100 Subject: [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. --- .../system/multi-user.target.wants/usbguard-watch.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service (limited to 'core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service') diff --git a/core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service b/core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service new file mode 100644 index 00000000..d3654f55 --- /dev/null +++ b/core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service @@ -0,0 +1,11 @@ +[Unit] +Description=USBGuard collect usb Daemon +After=usbguard-daemon.service + +[Service] +ExecStart=/usr/local/bin/usbguard watch -e /usr/local/etc/usbguard/sendUSBInfo.sh +Type=simple +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-55-g7522