mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 07:22:27 +00:00
trivial: libfwupdplugin: don't fail to set up bwrap if /lib64 doesn't exist
Fixes: #2690
This commit is contained in:
parent
9d20bf9212
commit
ed4e9123c6
@ -516,7 +516,7 @@ 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-try /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");
|
||||
|
Loading…
Reference in New Issue
Block a user