Samsung/ChromiumGStreamerBackend

Load gstreamer core libraries in preSanbox step

JulienIsorce opened this issue · 0 comments

As we always need gst core libraries we do no need to filter them when running the sandbox. The usual way to handle this in Chromium is to load some shared libraries in the preSandbox step.

Then filtering of the "open" system call will be done only for path of gstreamer plugins shared libraries and sub dependencies.