WebKit Bugzilla
Attachment 371792 Details for
Bug 198734
: [WPE][GTK] bubblewrap sandbox should grant access to web extensions directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198734-20190610182631.patch (text/plain), 1.33 KB, created by
Michael Catanzaro
on 2019-06-10 16:26:32 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2019-06-10 16:26:32 PDT
Size:
1.33 KB
patch
obsolete
>Subversion Revision: 246218 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 33b8ce837b7301bfd25493f2dd59e1a22d2d1ec3..d9f2a93733679c90b6797ec4ca6a59fbdec80219 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-10 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ [WPE][GTK] bubblewrap sandbox should grant access to web extensions directory >+ https://bugs.webkit.org/show_bug.cgi?id=198734 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/API/glib/WebKitWebContext.cpp: >+ (webkit_web_context_set_web_extensions_directory): >+ > 2019-06-07 Antoine Quint <graouts@apple.com> > > Restrict fast clicks everywhere to desktop content mode >diff --git a/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp b/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp >index 9356ee3e4b21850d491f055ea5d31225b4c0080a..abd7e8f6686339ad97d4c6d1970f92b34a68094e 100644 >--- a/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp >+++ b/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp >@@ -1405,6 +1405,7 @@ void webkit_web_context_set_web_extensions_directory(WebKitWebContext* context, > g_return_if_fail(directory); > > context->priv->webExtensionsDirectory = directory; >+ context->priv->processPool->addSandboxPath(directory, SandboxPermission::ReadOnly); > } > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198734
: 371792 |
371819