aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-boxes/disable-smartcard-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-boxes/disable-smartcard-support.patch')
-rw-r--r--community/gnome-boxes/disable-smartcard-support.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/community/gnome-boxes/disable-smartcard-support.patch b/community/gnome-boxes/disable-smartcard-support.patch
deleted file mode 100644
index 854e1dd003f..00000000000
--- a/community/gnome-boxes/disable-smartcard-support.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 773d0fc816d2580be9153aaa39dbbd5d98d63bf2 Mon Sep 17 00:00:00 2001
-From: knuxify <knuxify@gmail.com>
-Date: Fri, 10 Sep 2021 13:27:59 +0200
-Subject: [PATCH] disable smartcard support
-
----
- src/vm-configurator.vala | 10 ----------
- 1 file changed, 10 deletions(-)
-
-diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
-index 28b8e36..5570f7d 100644
---- a/src/vm-configurator.vala
-+++ b/src/vm-configurator.vala
-@@ -102,9 +102,6 @@ private class Boxes.VMConfigurator {
- domain.add_device (webdav_channel);
-
- add_usb_support (domain, install_media);
--#if !FLATPAK
-- add_smartcard_support (domain);
--#endif
-
- set_video_config (domain, install_media);
- set_sound_config (domain, install_media);
-@@ -643,13 +640,6 @@ private class Boxes.VMConfigurator {
- }
- }
-
-- public static void add_smartcard_support (Domain domain) {
-- var smartcard = new DomainSmartcardPassthrough ();
-- var vmc = new DomainChardevSourceSpiceVmc ();
-- smartcard.set_source (vmc);
-- domain.add_device (smartcard);
-- }
--
- public static void add_usb_support (Domain domain, InstallerMedia install_media) {
-
- // 4 USB redirection channels
---
-2.33.0
-