Skip to content

Bigyls/USBGuardGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USBGuardGUI

USBGuardGUI is a graphic overlay of USBGuard which allows to authorize or reject a device.

⚠️ USBGuardGUI has no responsibility for USBGuard bugs or non-detection of devices managed by USBGuard. USBGuardGUI is just a GUI that interacts with USBGuard and DBus.

Installation

Installation can be done via .deb file.

Go to the latest release for download .deb file.

Run command (where DEB_PACKAGE is the downloaded file):

sudo apt install  ./<DEB_PACKAGE>

Do not get attention to Download is performed unsandboxed.

Don't forget to logout/login after install.

Contributing

You can create issues and PRs by yourself if you experienced a bug or if you have an idea for a new feature.

Please respect Conventional Commits specification for all of your commits.