Tell bubblewrap to share the store. Required for programs that use the sandboxing features such as Epiphany. See . Author: Jack Hill --- diff --git a/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp b/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp --- a/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp +++ b/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp @@ -737,6 +737,9 @@ GRefPtr bubblewrapSpawn(GSubprocessLauncher* launcher, const Proces "--ro-bind-try", "/usr/local/share", "/usr/local/share", "--ro-bind-try", DATADIR, DATADIR, + // Bind mount the store inside the WebKitGTK sandbox. + "--ro-bind", "@storedir@", "@storedir@", + // We only grant access to the libdirs webkit is built with and // guess system libdirs. This will always have some edge cases. "--ro-bind-try", "/lib", "/lib", b right'>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-09gnu: abiword: Remove wmf support....Efraim Flashner
2018-03-04gnu: abiword: Disable duplicate icon cache generation....Danny Milosavljevic
2017-06-24gnu: Remove libwmf....Leo Famulari
2017-06-13gnu: abiword: Correct the download and home page URL....Kei Kebreau
2017-05-05gnu: abiword: Update to 3.0.2....Ricardo Wurmus
2017-01-11gnu: abiword: Remove timestamps from libabiword....Ludovic Courtès
2017-01-11gnu: abiword: Allow GTK+ schemas to be found....Ludovic Courtès