Man page - usbguard-notifier(1)
Packages contas this manual
apt-get install usbguard-notifier
Manual
| USBGUARD-NOTIFIER(1) | USBGUARD-NOTIFIER(1) |
NAME
usbguard-notifier - provides user-friendly notifications for USBGuard
SYNOPSIS
usbguard-notifier [OPTIONS]
DESCRIPTION
USBGuard Notifier is a software framework mainly for detecting usbguard policy modifications as well as device presence changes. The purpose of this project is to create user-friendly notifications in form of quick pop-up messages.
OPTIONS
-w, --wait
-d, --debug
-h, --help
HOW TO START
In order to make usbguard-notifier work properly, you will need to perform certain actions:
$ sudo usbguard add-user USER -d listen
Or you can allow a group of users:
$ sudo usbguard add-user -g GROUP -d listen
$ systemctl start --user usbguard-notifier.service
Optionally, the user can enable the usbguard-notifier service to start automatically after the login:
$ systemctl enable --user usbguard-notifier.service
The usbguard-notifier should now be running. Anytime a USB device gets inserted/ejected or allowed/blocked a message will pop up in the user’s graphical interface.
SEE ALSO
usbguard-notifier-cli(1), usbguard(1)
BUGS
If you find a bug in this software or if you’d like to request a feature to be implemented, please file a ticket at https://github.com/Cropi/usbguard-notifier/issues/new.
AUTHOR
USBGuard Notifier was written by Zoltán Fridrich and Attila Lakatos.
RESOURCES
Main web site: https://usbguard.github.io/
COPYING
License GPLv2+: GNU GPL version 2 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
| 03/15/2024 |