Go to file
Alexander Larsson 06cbbf9965 helper: No need for a tmpfs on /dev these days
We used to have this because / has nodev, but thats not needed
anymore as we now have bind-mounts to devices.
2015-06-17 16:59:06 +02:00
completion Add make-app-current 2015-03-11 10:25:15 +01:00
doc Update docs for new run command line options 2015-05-25 16:01:33 +02:00
libglnx@d59a63e3e6 Switch to using glibc xattrs. 2015-04-05 22:13:45 +02:00
profile Add a simple profile.d snippet for XDG_DATA_DIRS 2015-05-15 17:00:38 +01:00
triggers Change /self to /app 2015-05-21 18:54:06 +02:00
.gitignore Add a simple profile.d snippet for XDG_DATA_DIRS 2015-05-15 17:00:38 +01:00
.gitmodules Import libglnx 2015-03-20 15:57:22 +01:00
COPYING Add COPYING to reflect license headers 2015-03-31 15:36:29 +01:00
Makefile.am Use seccomp to limit allowed syscalls 2015-06-02 11:14:27 +02:00
README.md Add a README 2015-03-28 16:12:03 -04:00
autogen.sh Import libglnx 2015-03-20 15:57:22 +01:00
configure.ac Bump version to 0.3.2 2015-06-16 16:34:49 +02:00
dbus-proxy.c proxy: unlink socket on exit 2015-05-08 12:50:09 +02:00
org.freedesktop.systemd1.xml Run each app in a custom systemd user scope (if available) 2015-03-04 14:40:17 +01:00
xdg-app-builtins-add-remote.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-build-export.c Pass name into build-init and store in metadata 2015-04-01 14:03:51 +02:00
xdg-app-builtins-build-finish.c Convert all builtins to the new metadata/arg formats using XdgAppContext 2015-05-22 16:55:45 +02:00
xdg-app-builtins-build-init.c build-init: Don't fail if /var/run already exists 2015-05-13 09:56:05 +02:00
xdg-app-builtins-build.c build: Remove duplicated helper arguments 2015-05-25 21:36:56 +02:00
xdg-app-builtins-delete-remote.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-install.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-list-remotes.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-list.c Show version when listing apps and runtimes 2015-06-01 13:32:48 +02:00
xdg-app-builtins-make-current.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-repo-contents.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-repo-update.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-run.c run: If session helper not available, bind-mount /etc/resolv.conf 2015-06-02 13:36:11 +02:00
xdg-app-builtins-uninstall.c Use xdg_app_dir_get_origin helper 2015-06-01 13:28:03 +02:00
xdg-app-builtins-update.c update: Don't remove existing deployment if there was no updates 2015-06-16 16:33:52 +02:00
xdg-app-builtins.h Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-dbus-interfaces.xml Add xdg-app-session-helper 2015-01-28 20:03:13 +01:00
xdg-app-dir.c Add xdg_app_dir_get_origin() helper 2015-06-01 13:27:41 +02:00
xdg-app-dir.h Add xdg_app_dir_get_origin() helper 2015-06-01 13:27:41 +02:00
xdg-app-helper.c helper: No need for a tmpfs on /dev these days 2015-06-17 16:59:06 +02:00
xdg-app-main.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-proxy.c proxy: Always send all possible queued messages in main callback 2015-05-19 11:23:14 +02:00
xdg-app-proxy.h Fix build with old glib 2015-05-15 13:28:11 +02:00
xdg-app-run.c run: Fix typo that broke env var support 2015-05-26 14:48:54 +02:00
xdg-app-run.h build: Always allow host fs access 2015-05-25 21:36:36 +02:00
xdg-app-session-helper.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-session.service.in Add xdg-app-session-helper 2015-01-28 20:03:13 +01:00
xdg-app-utils.c Add xdg_app_find_deploy_for_ref 2015-05-12 11:39:43 +02:00
xdg-app-utils.h Add xdg_app_find_deploy_for_ref 2015-05-12 11:39:43 +02:00
xdg-app.gresource.xml Add xdg-app-session-helper 2015-01-28 20:03:13 +01:00

README.md

xdg-app

xdg-app is a system for building, distributing and running sandboxed desktop applications on Linux.

See https://wiki.gnome.org/Projects/SandboxedApps for more information.