{"id":17988807,"url":"https://github.com/cropi/usbguard-notifier","last_synced_at":"2025-04-30T07:09:32.321Z","repository":{"id":35924410,"uuid":"199447201","full_name":"Cropi/usbguard-notifier","owner":"Cropi","description":"A tool for detecting usbguard policy and device presence changes","archived":false,"fork":false,"pushed_at":"2025-04-24T08:38:50.000Z","size":159,"stargazers_count":48,"open_issues_count":5,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-30T07:09:26.322Z","etag":null,"topics":["c-plus-plus","linux","usb","usb-devices","usbguard"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cropi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-29T12:19:25.000Z","updated_at":"2025-04-24T08:38:54.000Z","dependencies_parsed_at":"2025-01-09T18:47:56.560Z","dependency_job_id":null,"html_url":"https://github.com/Cropi/usbguard-notifier","commit_stats":{"total_commits":106,"total_committers":10,"mean_commits":10.6,"dds":0.3867924528301887,"last_synced_commit":"f4586b732c8a7379aacbc9899173beeacfd54793"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cropi%2Fusbguard-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cropi%2Fusbguard-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cropi%2Fusbguard-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cropi%2Fusbguard-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cropi","download_url":"https://codeload.github.com/Cropi/usbguard-notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658211,"owners_count":21622822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","linux","usb","usb-devices","usbguard"],"created_at":"2024-10-29T19:12:49.947Z","updated_at":"2025-04-30T07:09:32.293Z","avatar_url":"https://github.com/Cropi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# USBGuard Notifier\n\n[![License](https://img.shields.io/github/license/Cropi/usbguard-notifier.svg)](LICENSE)\n\n### About\n\nUSBGuard Notifier is a software framework mainly for detecting usbguard policy modifications as well as device presence changes. In a nutshell, the purpose of this project is to create user-friendly notifications in form of quick pop-up messages.\n\n### Dependencies\nIn order to compile the sources from a tarball/zip you will need the following development files:\n* [usbguard](https://github.com/USBGuard/usbguard/)\n* [libnotify](https://github.com/GNOME/libnotify)\n* [librsvg](https://github.com/GNOME/librsvg)\n* [asciidoc](https://github.com/asciidoc/asciidoc)\n\n\n### Instalation\n\nIt is pretty easy to install the USBGuard Notifier. There are two possibilities how to install it:\n* per user (locally)\n```\n$  ./autogen.sh\n```\nNow you can choose if you would like to store the notifications temporarily(until reboot):\n```\n$  ./configure --prefix /home/$(id -un)\n```\nor permanently:\n```\n$ ./configure --prefix /home/$(id -un) --with-permanent-notifications=path/to/dir\n```\n\n```\n$  make\n$  make install SYSTEMD_UNIT_DIR=/home/$(id -un)/.config/systemd/user/\n$  systemctl enable --now --user usbguard-notifier.service\n```\n\n### Note\n\nYou might get an **IPC connection** error while trying to execute the binary program. It means the usbguard.service stopped working or you have not started it yet.\n\nIf you want to compile the sources in a cloned repository, you’ll have to run the ./autogen.sh script. It will fetch the sources (via git submodule) of [CATCH](https://github.com/catchorg/Catch2/). The script will then initialize the autotools based build system. \n\nUSBGuard Notifier has to use the same version of usbguard-devel package that USBGuard uses in your system.\n\n### Contribution\n\nYou may want to extend the features of USBGuard Notifier. Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.\n\n### License\n\nGNU General Public License v2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcropi%2Fusbguard-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcropi%2Fusbguard-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcropi%2Fusbguard-notifier/lists"}