-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usbguard: Ensure users in wheel can use IPC
Signed-off-by: Ikey Doherty <[email protected]>
- Loading branch information
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,6 +189,6 @@ | |
} | ||
}, | ||
"source-name": "usbguard", | ||
"source-release": "2", | ||
"source-release": "3", | ||
"source-version": "1.1.3" | ||
} |
26 changes: 26 additions & 0 deletions
26
u/usbguard/pkg/0001-usbguard-daemon-Fix-default-config.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 7f626edae9cbb3061e8d6fe50d38af313cf784a0 Mon Sep 17 00:00:00 2001 | ||
From: Ikey Doherty <[email protected]> | ||
Date: Sat, 18 Jan 2025 11:18:43 +0000 | ||
Subject: [PATCH] usbguard-daemon: Fix default config | ||
|
||
Signed-off-by: Ikey Doherty <[email protected]> | ||
--- | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters