Alexander Larsson 32c571ae79 Move $XDG_RUNTIME_DIR/flatpak-info to /.flatpak-info and make it read-only
The old location keeps working because we create a symlink.

The interesting part of this is that the sandbox now can't modify,
remove or replace the file, and it is in a fixed position. This means
that given a sandboxed pid, we can find this file as
"/proc/$pid/root/.flatpak-info".

This is very nice for two reasons:
 * We can use this instead of the cgroup to find out if a pid is
   sandboxed or not. This means we can drop the dependency on
   systemd --user for this.
 * We can get more information about the peer process that the
   app id. For instance, we can see what permissions the sandboxed
   app has.
2016-09-07 11:53:05 +02:00
2016-05-27 06:45:16 +00:00
2016-05-30 14:54:22 +02:00
2016-07-29 14:27:49 -04:00
2016-08-29 16:15:32 +02:00
2016-08-22 09:58:23 +02:00
2016-04-27 16:37:15 +02:00
2016-09-05 16:19:44 +02:00
2016-07-29 14:27:49 -04:00
2016-04-29 15:38:20 +02:00
2015-09-07 17:17:44 +02:00
2016-07-15 11:58:46 -04:00
2016-08-25 13:46:22 +02:00
2015-03-31 15:36:29 +01:00
2016-08-22 16:00:33 +02:00
2016-06-02 18:05:22 -04:00
2016-08-25 13:46:22 +02:00
2016-08-27 23:36:56 +02:00
2016-05-06 15:27:19 +02:00
2016-05-06 15:27:19 +02:00

Flatpak icon

Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.

See http://flatpak.org/ for more information.

Read documentation for the flatpak commandline tools and for the libflatpak library API.

Description
No description provided
Readme 60 MiB
Languages
C 91.1%
Shell 5.1%
Python 1.8%
Meson 1.1%
Yacc 0.8%