[Webkit-unassigned] [Bug 140069] New: [GStreamer] Disable gst-plugin-scanner if seccomp filters are enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 4 20:00:21 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140069

            Bug ID: 140069
           Summary: [GStreamer] Disable gst-plugin-scanner if seccomp
                    filters are enabled
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

If seccomp filters are enabled, any child processes we create are doomed if they try to use a trapped syscall: the child will receive SIGSYS and dump core. There appears to be no way around this.

Fortunately, the gstreamer developers had mad prescience and provided us with a way to move plugin scanning in-process, so we don't need the helper binary at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150105/8b190e7c/attachment-0002.html>


More information about the webkit-unassigned mailing list