From fca4a162093f1389c51a078cda440938c83f6b6a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 27 Jan 2015 20:59:16 +0000 Subject: Add xdg-app-session-helper 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. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a932aa7..989eafa 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,9 @@ config.h.in stamp-* xdg-app xdg-app-helper +xdg-app-session-helper doc/*.1 +*~ +xdg-app-dbus.[ch] +xdg-app-resources.c +*.service -- cgit v1.2.1