wireplumber/lib/wplua/gresource.xml
George Kiagiadakis 8b4c5af49c wplua: implement sandboxing of scripts
All loaded scripts can now be run in a protected environment
so that they cannot do any harm to the host or to each other
2020-12-15 18:28:28 +02:00

6 lines
196 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/freedesktop/pipewire/wireplumber/wplua/">
<file compressed="true">sandbox.lua</file>
</gresource>
</gresources>