mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-24 07:38:15 -05:00
This is a small app that makes copies of various system files to a directory in /run so that the app sandbox can receive updates to these. This solves the issue that we can't generally bind-mount say /etc/resolv.conf, because it will be replaced with rename-over.
7 lines
173 B
XML
7 lines
173 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<gresources>
|
|
<gresource prefix='/org/freedesktop/XdgApp'>
|
|
<file>xdg-app-dbus-interfaces.xml</file>
|
|
</gresource>
|
|
</gresources>
|