diff options
Diffstat (limited to 'community/fwupd/fix-lib64-bubblewrap-bind.patch')
-rw-r--r-- | community/fwupd/fix-lib64-bubblewrap-bind.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/fwupd/fix-lib64-bubblewrap-bind.patch b/community/fwupd/fix-lib64-bubblewrap-bind.patch new file mode 100644 index 0000000000..5993811c17 --- /dev/null +++ b/community/fwupd/fix-lib64-bubblewrap-bind.patch @@ -0,0 +1,12 @@ +diff --git a/libfwupdplugin/fu-common.c b/libfwupdplugin/fu-common.c +index 7ad33f8..f3423a7 100644 +--- a/libfwupdplugin/fu-common.c ++++ b/libfwupdplugin/fu-common.c +@@ -501,7 +501,6 @@ fu_common_firmware_builder (GBytes *bytes, + fu_common_add_argv (argv, "--die-with-parent"); + fu_common_add_argv (argv, "--ro-bind /usr /usr"); + fu_common_add_argv (argv, "--ro-bind /lib /lib"); +- fu_common_add_argv (argv, "--ro-bind /lib64 /lib64"); + fu_common_add_argv (argv, "--ro-bind /bin /bin"); + fu_common_add_argv (argv, "--ro-bind /sbin /sbin"); + fu_common_add_argv (argv, "--dir /tmp"); |