Skip to content
Snippets Groups Projects

pressure-vessel: Remap preloadable modules better

Merged Simon McVittie requested to merge wip/t29490 into master
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -51,7 +51,6 @@
#if defined(__GNUC__) && __GNUC__ >= 8
# pragma GCC diagnostic ignored "-Wcast-function-type"
#endif
#pragma GCC diagnostic ignored "-Wshadow"
#pragma GCC diagnostic ignored "-Wtype-limits"
/* We don't want to export paths pointing into these, because they are readonly
@@ -436,8 +435,6 @@ flatpak_exports_append_bwrap_args (FlatpakExports *exports,
if (exports->host_etc == FLATPAK_FILESYSTEM_MODE_NONE)
{
guint i;
/* We are exposing the host /usr (and friends) but not the
* host /etc. Additionally expose just enough of /etc to make
* things that want to read /usr work as expected.
Loading