summaryrefslogtreecommitdiff
path: root/common/Makefile.am.inc
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-3/+3
|
* Rename library to libflatpakAlexander Larsson2016-05-091-4/+4
|
* Rename source files to flatpakAlexander Larsson2016-05-091-18/+18
|
* Remove xdg-app-helperAlexander Larsson2016-04-291-18/+0
|
* Use bubblewrap instead of xdg-app-helperAlexander Larsson2016-04-291-1/+2
| | | | | | | | | | | Bubblewrap is a new tool from project atomic. Its similar to the old xdg-app-helper, but even more minimal, and a bit more generic. Its designed to be easy to git submodule install, but at some point we will probably support using the system installed version too. Using bubblewraps lets us share the load of security mainainance and allows other people to use bubblewrap to do their own unprivileged sandboxes.
* Hide non-public symbols from libglnx and libxdgapp-commonSimon McVittie2016-01-281-1/+9
| | | | | | | This avoids exporting glnx_*, calc_sizes(), etc. However, we do want to export xdg_app_error_quark(), so do that. Signed-off-by: Simon McVittie <smcv@debian.org>
* helper: Make user namespace support vs setuid a runtime, not build-time optionAlexander Larsson2016-01-281-2/+0
| | | | | | We now check at runtime if we have raised privs, and only if not so do we try to use unprivileged user namespaces. This means you can build xdg-app however, and then setuid/setcap the binary however you want afterwards.
* common: Make it explicit that XdgAppError are portal errorsAlexander Larsson2015-12-081-2/+2
|
* common: Move typedef to separate header to avoid circular depsAlexander Larsson2015-12-071-0/+1
|
* Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson2015-11-261-0/+66