mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-22 06:46:56 -04:00
only dlopen from the defined search paths
Don't accept absolute library paths that are not in the search path, skip the ../ in paths to avoid opening arbitrary libraries from unexpected places.
This commit is contained in:
parent
1689b441d3
commit
6bc07dfe0e
7 changed files with 73 additions and 59 deletions
|
|
@ -21,7 +21,6 @@ context.modules = [
|
|||
# listed in the environment variable LADSPA_PATH or
|
||||
# /usr/lib64/ladspa, /usr/lib/ladspa or the system library directory
|
||||
# as a fallback.
|
||||
# You might want to use an absolute path here to avoid problems.
|
||||
plugin = "librnnoise_ladspa"
|
||||
label = noise_suppressor_stereo
|
||||
control = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue