Skip to content

Commit 2a528e5

Browse files
committed
libspice-gtk: set capabilities for USB ACL helper
Link: https://bugs.archlinux.org/task/69428 Link: https://gitlab.archlinux.org/archlinux/packaging/packages/spice-gtk/-/blob/c57c20c3ce7637b21a248e0d4f6aa7f15c39c0d1/spice-gtk.install For the record, Gentoo uses chmod 4755 on this file, but setcap seems a more reasonable solution. Link: https://bugs.gentoo.org/775554
1 parent 251f9d8 commit 2a528e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
echo "Setting capabilities for USB ACL helper ..."
2+
setcap CAP_FOWNER=+ep /usr/libexec/spice-client-glib-usb-acl-helper
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VER=0.42
2-
REL=2
2+
REL=3
33
SRCS="tbl::https://www.spice-space.org/download/gtk/spice-gtk-$VER.tar.xz"
44
CHKSUMS="sha256::9380117f1811ad1faa1812cb6602479b6290d4a0d8cc442d44427f7f6c0e7a58"
55
CHKUPDATE="anitya::id=11576"

0 commit comments

Comments
 (0)