2017-12-02 05:55:00 +00:00
|
|
|
--- a/libgnome-desktop/gnome-desktop-thumbnail-script.c
|
|
|
|
+++ b/libgnome-desktop/gnome-desktop-thumbnail-script.c
|
2019-02-23 23:28:10 +00:00
|
|
|
@@ -536,9 +536,9 @@ add_bwrap (GPtrArray *array,
|
2017-12-02 05:55:00 +00:00
|
|
|
g_return_val_if_fail (script->s_infile != NULL, FALSE);
|
|
|
|
|
|
|
|
add_args (array,
|
|
|
|
- "bwrap",
|
|
|
|
- "--ro-bind", "/usr", "/usr",
|
2019-02-22 01:03:16 +00:00
|
|
|
- "--ro-bind", "/etc/ld.so.cache", "/etc/ld.so.cache",
|
2019-02-23 23:28:10 +00:00
|
|
|
+ "@bubblewrap_bin@",
|
2019-02-25 19:04:28 +00:00
|
|
|
+ "--ro-bind", "@storeDir@", "@storeDir@",
|
2019-02-23 23:28:10 +00:00
|
|
|
+ "--ro-bind", "/run/current-system", "/run/current-system",
|
|
|
|
NULL);
|
2019-02-22 01:03:16 +00:00
|
|
|
|
|
|
|
/* These directories might be symlinks into /usr/... */
|