Go to file
Alexander Larsson d3b207a0d6 Create custom /etc/passwd and /etc/group with minimal content
There is no particular reason to leak the entire host passwd and group
files, as only the users uid/gid is mapped anyway. If fact, injecting
the tty group while also not being allowed to chmod the pty to that group
will make grantpt() fail.
2015-10-26 17:23:31 +01:00
app build-export: add human readable format to "Content Bytes Written" 2015-10-26 09:07:04 +01:00
completion Add xdg-app dump-runtime command 2015-09-28 10:48:47 +02:00
data Install dbus introspection files 2015-10-21 09:52:55 +02:00
dbus-proxy Fix regression is dbus proxy 2015-09-25 10:53:59 +02:00
doc docs: Fix whitespace issues 2015-10-05 11:13:52 +02:00
document-portal Move dbus invocation peer app detection to lib/ 2015-10-21 10:23:37 +02:00
env.d Add xdg-app.env file for gdm 2015-06-23 11:40:11 +02:00
lib Create custom /etc/passwd and /etc/group with minimal content 2015-10-26 17:23:31 +01:00
libglnx@7310bbdb58 Update to libglnx for new autocleanup backports 2015-09-24 15:30:17 +02:00
profile profile: Don't override pre-existing XDG_DATA_DIRS env vars 2015-06-24 09:31:50 +02:00
session-helper Fix distcheck issues 2015-09-17 20:24:04 +02:00
tests tests: Use check_PROGRAMS as the primary 2015-09-18 14:16:34 +02:00
triggers Change /self to /app 2015-05-21 18:54:06 +02:00
.gitignore Add check-valgrind target 2015-09-07 11:13:21 +02: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 Install dbus introspection files 2015-10-21 09:52:55 +02:00
Makefile.gtester Initial tests of the db 2015-08-25 13:16:34 +02:00
NEWS Update for 0.4.4 release 2015-10-02 09:55:34 +02:00
README.md Add a README 2015-03-28 16:12:03 -04:00
acinclude.m4 Add minimal document portal tests 2015-09-07 17:17:44 +02:00
autogen.sh autogen: Fix git submodules 2015-08-31 09:40:45 +02:00
configure.ac Update for 0.4.4 release 2015-10-02 09:55:34 +02: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.