summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.3.60.3.6Alexander Larsson2015-07-101-1/+1
* If home is accessible, make user-dirs.dir visible in custom config dirAlexander Larsson2015-07-101-1/+11
* Add NEWS fileAlexander Larsson2015-07-101-0/+7
* Restructure directories and buildAlexander Larsson2015-07-1039-125/+153
* helper: Add all possible architectures to seccomp filterDan Nicholson2015-07-011-0/+16
* helper: Mount extra dirs/files only after all other mounts are upAlexander Larsson2015-07-011-30/+30
* Write user-dirs.dirs under app's XDG_CONFIG_HOMEDan Nicholson2015-06-304-6/+9
* helper: Disable socket filters on x86Dan Nicholson2015-06-301-8/+14
* run: Make users fonts appear in /run/host/user-fontsAlexander Larsson2015-06-301-0/+20
* helper: Fix typo in the socket-family blacklistAlexander Larsson2015-06-291-2/+2
* Bump version to 0.3.50.3.5Alexander Larsson2015-06-241-1/+1
* profile: Don't override pre-existing XDG_DATA_DIRS env varsAlexander Larsson2015-06-241-1/+1
* Add xdg-app.env file for gdmAlexander Larsson2015-06-232-0/+9
* xdg-app.sh: /usr/local/share is also in the default XDG_DATA_DIRSAlexander Larsson2015-06-231-1/+1
* Bump version to 0.3.40.3.4Alexander Larsson2015-06-231-1/+1
* Avoid unnecessary escapes in desktop file exportsAlexander Larsson2015-06-231-4/+32
* Bump version to 0.3.30.3.3Alexander Larsson2015-06-231-1/+1
* configure: Add checks for docbook xsl/dtdAlexander Larsson2015-06-172-0/+68
* helper: No need for a tmpfs on /dev these daysAlexander Larsson2015-06-171-2/+0
* helper: Remove noremount hack now that we keep old mount flagsAlexander Larsson2015-06-171-12/+7
* helper: Keep any existing old mount flags when remountingAlexander Larsson2015-06-171-3/+115
* Bump version to 0.3.20.3.2Alexander Larsson2015-06-161-1/+1
* update: Don't remove existing deployment if there was no updatesAlexander Larsson2015-06-161-18/+22
* Bump version to 0.3.10.3.1Alexander Larsson2015-06-041-1/+1
* helper: Clean up launched command lineAlexander Larsson2015-06-021-1/+30
* run: If session helper not available, bind-mount /etc/resolv.confAlexander Larsson2015-06-021-8/+8
* helper: Don't fail if ~/.local/share/xdg-app does not existAlexander Larsson2015-06-021-1/+1
* helper: Make ~/.local/share/xdg-app read-only in sandboxAlexander Larsson2015-06-021-15/+33
* Use seccomp to limit allowed syscallsAlexander Larsson2015-06-023-5/+111
* helper: Make all helper functions staticAlexander Larsson2015-06-021-34/+5
* helper: Fix thinko due to create_file() return type changeAlexander Larsson2015-06-011-3/+3
* Make /var/cache persistent (in app-data cache dir)Alexander Larsson2015-06-011-0/+5
* Show version when listing apps and runtimesAlexander Larsson2015-06-011-1/+1
* Show source repo when listing apps and runtimesAlexander Larsson2015-06-011-4/+7
* Use xdg_app_dir_get_origin helperAlexander Larsson2015-06-012-28/+8
* Add xdg_app_dir_get_origin() helperAlexander Larsson2015-06-012-0/+28
* helper: Optionally add back setuid supportAlexander Larsson2015-05-293-32/+142
* helper: Minor cleanup of uid/gid handlingAlexander Larsson2015-05-281-2/+4
* helper: Drop setuid and use user namespacesAlexander Larsson2015-05-283-88/+71
* helper: Only call get[ug]id() once at the startAlexander Larsson2015-05-281-16/+21
* run: Fix typo that broke env var support0.3Alexander Larsson2015-05-261-1/+1
* Bump version to 0.3.0Alexander Larsson2015-05-261-1/+1
* build: Remove duplicated helper argumentsAlexander Larsson2015-05-251-5/+1
* build: Always allow host fs accessAlexander Larsson2015-05-253-0/+9
* helper: Fix errors caused by create_file() return value changeAlexander Larsson2015-05-251-4/+4
* Update docs for new run command line optionsAlexander Larsson2015-05-253-29/+333
* helper: Remove backwars compat /self symlinkAlexander Larsson2015-05-251-3/+1
* run: Remove hardcoded GI_TYPELIB_PATHAlexander Larsson2015-05-251-1/+0
* Context: Finish support for filesystemsAlexander Larsson2015-05-251-9/+147
* helper: Add support for moving files into sandboxAlexander Larsson2015-05-251-63/+175