Bug 213925

Summary: [WPE][GTK] Bubblewrap sandbox should not attempt to bind empty paths
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugzilla.redhat.com/show_bug.cgi?id=1781631

Michael Catanzaro
Reported 2020-07-03 07:34:52 PDT
If an empty path is set in LD_LIBRARY_PATH (e.g. /foo::/bar), we wind up passing --ro-bind-try --ro-bind-try to bwrap, where the second --ro-bind-try is treated as the source path to mount, and the next flag we pass gets treated as the destination path. The web process crashes with this confusing error: bwrap: Can't create file at /.flatpak-info: Read-only file system
Attachments
Michael Catanzaro
Comment 1 2020-07-03 07:35:30 PDT
Oops, already reported... *** This bug has been marked as a duplicate of bug 202880 ***
Note You need to log in before you can comment on or make changes to this bug.