Skip to content

Commit

Permalink
main/spice-gtk: disable int hardening
Browse files Browse the repository at this point in the history
This seems to crash virt-manager when opening the VM for me
at times
  • Loading branch information
q66 committed Jan 27, 2025
1 parent d69cbef commit 78af2f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main/spice-gtk/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "spice-gtk"
pkgver = "0.42"
pkgrel = 1
pkgrel = 2
build_style = "meson"
configure_args = [
"-Dbuiltin-mjpeg=false",
Expand Down Expand Up @@ -50,7 +50,7 @@
"spice-devel",
"spice-protocol",
"usbredir-devel",
"usbutils-devel",
"usbutils",
"vala-devel",
"wayland-protocols",
]
Expand All @@ -68,6 +68,8 @@
"security.capability": "cap_fowner+ep",
},
}
# FIXME: crashes virt-manager sometimes, to be investigated
hardening = ["!int"]
options = ["linkundefver"]


Expand Down

0 comments on commit 78af2f9

Please sign in to comment.