diff --git a/u/usbguard/manifest.x86_64.bin b/u/usbguard/manifest.x86_64.bin index d29cfc6b..aee95192 100644 Binary files a/u/usbguard/manifest.x86_64.bin and b/u/usbguard/manifest.x86_64.bin differ diff --git a/u/usbguard/manifest.x86_64.jsonc b/u/usbguard/manifest.x86_64.jsonc index 4a5ee639..7871fb99 100644 --- a/u/usbguard/manifest.x86_64.jsonc +++ b/u/usbguard/manifest.x86_64.jsonc @@ -189,6 +189,6 @@ } }, "source-name": "usbguard", - "source-release": "2", + "source-release": "3", "source-version": "1.1.3" } diff --git a/u/usbguard/pkg/0001-usbguard-daemon-Fix-default-config.patch b/u/usbguard/pkg/0001-usbguard-daemon-Fix-default-config.patch new file mode 100644 index 00000000..5a080415 --- /dev/null +++ b/u/usbguard/pkg/0001-usbguard-daemon-Fix-default-config.patch @@ -0,0 +1,26 @@ +From 7f626edae9cbb3061e8d6fe50d38af313cf784a0 Mon Sep 17 00:00:00 2001 +From: Ikey Doherty +Date: Sat, 18 Jan 2025 11:18:43 +0000 +Subject: [PATCH] usbguard-daemon: Fix default config + +Signed-off-by: Ikey Doherty +--- + usbguard-daemon.conf.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/usbguard-daemon.conf.in b/usbguard-daemon.conf.in +index f53f03b..21996cd 100644 +--- a/usbguard-daemon.conf.in ++++ b/usbguard-daemon.conf.in +@@ -152,7 +152,7 @@ IPCAllowedUsers=root + # + # IPCAllowedGroups=groupname1 groupname2 ... + # +-IPCAllowedGroups= ++IPCAllowedGroups=wheel + + # + # IPC access control definition files path. +-- +2.47.1 + diff --git a/u/usbguard/stone.yaml b/u/usbguard/stone.yaml index 31ac0e9f..8454eeff 100644 --- a/u/usbguard/stone.yaml +++ b/u/usbguard/stone.yaml @@ -5,7 +5,7 @@ # name : usbguard version : 1.1.3 -release : 2 +release : 3 homepage : https://usbguard.github.io/ upstreams : - https://github.com/USBGuard/usbguard/releases/download/usbguard-1.1.3/usbguard-1.1.3.tar.gz : 707dad2938923202697f636c2b4e0be80f192242039a2af3fc7ac35d03f78551 @@ -26,6 +26,7 @@ builddeps : - pkgconfig(polkit-gobject-1) - pkgconfig(protobuf) setup : | + %patch %(pkgdir)/0001-usbguard-daemon-Fix-default-config.patch %configure --disable-static \ --with-crypto-library=openssl \ --with-bundled-catch \