Packaging Changes:
- Build with bubbelwrap sandbox to support running subprocesses in a sandbox. This should (in theory) lead to better web security for applications leveraging libwebkit-gtk.
Depends on D7750
Differential D7751
Enable subprocess sandboxing for libwebkit-gtk Authored by Jacalz on Nov 30 2019, 2:57 PM. Tags None Referenced Files
Subscribers
Details
Packaging Changes:
Depends on D7750
Diff Detail
Event TimelineComment Actions
So how are we testing that we're actually running these webkit instances in a sandboxed environment? Comment Actions Well, I haven't find any good way to test it. Can't possibly be less secure than without it though. Comment Actions Well unless you have a way to verifiably ensure it even works in the first place, it isn't any more secure, which is the point of it. Comment Actions @JoshStrobl I have now verified that it is being used by libwebkit-gtk, using pstree. The following picture is without bwrap support: The next image is with. Notice how WebKitWebProces is a child process of bwrap: |