1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: usbauth-notifier
Section: utils
Priority: optional
Maintainer: Kun-Hung Tsai (蔡昆宏) <moonape1226@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13),
libnotify-dev,
libusbauth-configparser-dev,
libudev-dev,
libdbus-1-dev,
pkg-config,
Standards-Version: 4.6.1
Homepage: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier
Vcs-Git: https://salsa.debian.org/debian/usbauth-notifier.git
Vcs-Browser: https://salsa.debian.org/debian/usbauth-notifier
Rules-Requires-Root: no
Package: usbauth-notifier
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, usbauth, adduser
Description: Notifier for USB Firewall to use with desktop environments
A notifier for the usbauth firewall against BadUSB attacks. The user could
manually allow or deny USB devices. Every user that wants use the notifier must
be added to the usbauth group.
|