summaryrefslogtreecommitdiff
path: root/common/flatpak-exports.c
Commit message (Expand)AuthorAgeFilesLines
* common: Replace all flatpak_debug2() with g_debug()Simon McVittie2022-12-151-34/+34
* common: Use g_info() for messages that will be shown by flatpak -vSimon McVittie2022-12-151-11/+11
* Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-221-1/+1
* exports: Add logging at a finer granularitySimon McVittie2022-08-161-16/+148
* common: Decouple flatpak-context-private.h from xdg-dbus-proxySimon McVittie2022-04-111-1/+0
* build: Consistently include libglnx header as "libglnx.h"Simon McVittie2022-04-111-1/+1
* Handle /var/tmp mounts when it is a symlinkRichard Maw2021-09-231-3/+3
* tests: Exercise failure to export a broken autofsSimon McVittie2021-08-021-1/+17
* exports: Make all filesystem accesses relative to the mock root fdSimon McVittie2021-08-021-17/+96
* exports: Close mock host fd when destroyedSimon McVittie2021-08-021-0/+1
* Update common/flatpak-exports.cAlexander Larsson2020-12-091-1/+1
* Expose /var/usrlocal if "--filesystem=host" is specified.Casey Jao2020-12-091-0/+7
* Avoid shadowing local variablesPhaedrus Leeds2020-09-151-2/+0
* exports: Allow redirecting /etc, /usr from the host to an alternativeSimon McVittie2020-09-141-10/+68
* exports: Add assertions to distinguish between mode representationsSimon McVittie2020-08-271-0/+36
* context: Only parse filesystem/mode strings in one placeSimon McVittie2020-08-271-10/+10
* exports: Try harder to export usrmerge symlinks as symlinksSimon McVittie2020-08-111-5/+4
* run: implement sandbox host os-release interfaceLuca Boccassi2020-07-241-0/+8
* exports: Add host-etc and host-os keywordsSimon McVittie2020-02-141-11/+75
* exports: If --filesystem=host, provide /run/host/lib etc.Simon McVittie2020-02-141-0/+45
* common: Unify some lists of /usr-merged directoriesSimon McVittie2020-02-141-2/+14
* exports: Only choose bwrap --bind/--ro-bind for host FS onceSimon McVittie2020-02-141-4/+7
* exports: Fix a confusingly-named methodSimon McVittie2020-01-231-1/+1
* Trim unused shared library linkages from the session helperDebarshi Ray2019-08-161-2/+2
* Fix misspellingsRafael Fontenelle2019-04-081-1/+1
* Remove extra newlines in variable definiton blocksMatthew Leeds2019-02-251-2/+0
* Fix localizationMatthias Clasen2018-10-021-1/+1
* Add /proc to blacklistPatrick Griffis2018-08-271-1/+1
* Run uncrustifyAlexander Larsson2018-07-081-37/+42
* Merge lib/* into commonAlexander Larsson2018-05-241-1/+1
* common: Rename all generated files to *-dbus-generated.[ch]Alexander Larsson2018-05-241-1/+1
* common: Rename all private headers to *-private.hAlexander Larsson2018-05-241-4/+4
* Ensure more fds are opened O_CLOEXEC so they are not accidentally inheritedAlexander Larsson2018-05-161-1/+1
* run: Don't block on blocking autofs mountsAlexander Larsson2018-05-141-1/+92
* info --file-access: Handle case where the last element does not existAlexander Larsson2018-03-161-1/+13
* Remove document portalAlexander Larsson2018-02-091-1/+0
* common: Add flatpak_exports_path_get_modeAlexander Larsson2018-02-071-11/+31
* Move FlatpakExport to its own fileAlexander Larsson2018-02-051-0/+499