Search Criteria
Package Details: usbguard-git 0.7.4.r39.gbd23790-1
Git Clone URL: | https://aur.archlinux.org/usbguard-git.git (read-only, click to copy) |
---|---|
Package Base: | usbguard-git |
Description: | USBGuard is a software framework for implementing USB device authorization policies |
Upstream URL: | https://github.com/dkopecek/usbguard |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ianberinger |
Maintainer: | ianberinger |
Last Packager: | ianberinger |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-28 18:23 |
Last Updated: | 2018-10-05 22:37 |
Dependencies (14)
- dbus-glib (dbus-glib-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libcap-ng (libcap-ng-git, libcap-ng-minimal-git)
- libqb (libqb-git)
- libsodium (libsodium-git)
- polkit (polkit-git, polkit-consolekit, polkit-no-script-git, polkit-duktape)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- asciidoctor (make)
- bash-completion (bash-completion-git) (make)
- git (git-git) (make)
- libxslt (libxslt-git) (make)
Required by (2)
- gnome40 (requires usbguard) (make)
- usbguard-notifier (requires usbguard)
Latest Comments
1 2 Next › Last »
MartinX3 commented on 2020-08-16 11:31
Unusable until 0.7.8, because, if you try to allow a device permanently, you'll get
IPC ERROR: request id=1: FileRuleSet saving: /etc/usbguard/rules.conf: Read-only file system
kerny commented on 2020-06-07 12:49
usbguard-0.7.8 has been released on 20/05/2020.
wcampbell commented on 2019-10-15 13:26
usbguard-0.7.5 has been released since Jul 28, 2019.
It also removed the PoC qt application, so the following dependencies should be removed: "qt5-base" "qt5-svg" "qt5-tools"
ianberinger commented on 2017-10-20 20:29
The usbguard-git package after commit https://github.com/dkopecek/usbguard/commit/a3cdd13c245f29523f2166dd0c49db97253e3767 should work just fine with linux 4.13. I've pushed an update to trigger rebuilds.
regginator729 commented on 2017-10-18 06:48
For those having problems, it's a bug on usbguard, wherein this version does not provide support for Linux 4.13. See more information at https://github.com/dkopecek/usbguard/issues/204
For those who want to have a compatible version, clone https://github.com/dkopecek/usbguard and follow the instructions on "Ubuntu 16.04 (LTS)" (to include `--with-gui-qt=qt4 --enable-systemd`).
zezadas commented on 2016-11-26 19:02
I got repeated messages from QT about not having a systray icon and when plugging USB, permission dialog doesn't appear.
ianberinger commented on 2016-11-25 15:26
@zezadas, I can't reproduce this. Building in a fresh VM (with i3) results in a working applet for me.
What exactly is not working? Do you get an error message when launching the applet from shell?
zezadas commented on 2016-11-22 17:04
usbguard-applet-qt is not working.
Compiling with "--with-gui-qt=qt4" solved it.
ianberinger commented on 2016-08-08 20:00
Figured as much. I've added a patch that disables just this particular regression test. I plan on doing a stable package soon™ :)
fordprefect commented on 2016-08-08 08:46
the checks work as expected, if you enable cs_CZ.UTF-8 and de_DE.UTF-8 in /etc/locale.gen and rebuild locales (locale-gen). the locales are only required to run the regression check, so disabling the tests is a valid option.
maybe add a comment about the checks and the requirements of the locales?
are you interested in maintainging a stable version of this software as well? if not, i would do this.