Title: [287407] trunk/Tools
- Revision
- 287407
- Author
- [email protected]
- Date
- 2021-12-23 12:36:41 -0800 (Thu, 23 Dec 2021)
Log Message
[Flatpak] Revert filesystem permission change in r287396
https://bugs.webkit.org/show_bug.cgi?id=234612
Reviewed by Michael Catanzaro.
This causes a regression where some important contents of
XDG_RUNTIME_DIR are overriden and causes issues like TLS failures.
* flatpak/flatpakutils.py:
(WebkitFlatpak.run_in_sandbox):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (287406 => 287407)
--- trunk/Tools/ChangeLog 2021-12-23 20:08:53 UTC (rev 287406)
+++ trunk/Tools/ChangeLog 2021-12-23 20:36:41 UTC (rev 287407)
@@ -1,3 +1,16 @@
+2021-12-23 Patrick Griffis <[email protected]>
+
+ [Flatpak] Revert filesystem permission change in r287396
+ https://bugs.webkit.org/show_bug.cgi?id=234612
+
+ Reviewed by Michael Catanzaro.
+
+ This causes a regression where some important contents of
+ XDG_RUNTIME_DIR are overriden and causes issues like TLS failures.
+
+ * flatpak/flatpakutils.py:
+ (WebkitFlatpak.run_in_sandbox):
+
2021-12-23 Wenson Hsieh <[email protected]>
Add API testing support for modal container observation
Modified: trunk/Tools/flatpak/flatpakutils.py (287406 => 287407)
--- trunk/Tools/flatpak/flatpakutils.py 2021-12-23 20:08:53 UTC (rev 287406)
+++ trunk/Tools/flatpak/flatpakutils.py 2021-12-23 20:36:41 UTC (rev 287407)
@@ -765,8 +765,6 @@
"--session-bus",
"--no-a11y-bus",
"--talk-name=org.a11y.Bus",
- # at-spi creates directories like `$XDG_RUNTIME_DIR/at-spi2-E6A5E1` on the host
- "--filesystem=" + self.get_user_runtime_dir(),
"--talk-name=org.gtk.vfs",
"--talk-name=org.gtk.vfs.*"]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes