at 22.05-pre 16 lines 958 B view raw
1diff -ru old/webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp 2--- old/webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp 2019-09-09 04:47:07.000000000 -0400 3+++ webkitgtk-2.26.0/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp 2019-09-20 21:14:10.537921173 -0400 4@@ -724,6 +724,12 @@ 5 "--ro-bind-try", "/usr/local/lib64", "/usr/local/lib64", 6 7 "--ro-bind-try", PKGLIBEXECDIR, PKGLIBEXECDIR, 8+ 9+ // Nix Directories 10+ "--ro-bind", "@storeDir@", "@storeDir@", 11+ "--ro-bind", "/run/current-system", "/run/current-system", 12+ "--ro-bind-try", "@driverLink@/lib", "@driverLink@/lib", 13+ "--ro-bind-try", "@driverLink@/share", "@driverLink@/share", 14 }; 15 // We would have to parse ld config files for more info. 16 bindPathVar(sandboxArgs, "LD_LIBRARY_PATH");