diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-20 18:10:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-20 18:13:54 +0200 |
commit | 243d743dae127fe11ecd7f807121da8815af8f01 (patch) | |
tree | 61454cf412089a7b4978529e1f3a00f6b13052dd /solenv | |
parent | 70f98c6c55e3185be754ef2168743d65420f28c1 (diff) |
solenv/flatpak-manifest.in: incorporate upstream sandboxing improvements
...done by Bartłomiej Piotrowski <b@bpiotrowski.pl>,
<https://github.com/flathub/flathub/pull/127/commits/83a660a7c2876cfa53b86a3a5164908d4490a5f7>
"Remove access to the system and session buses" and
<https://github.com/flathub/flathub/pull/127/commits/e8481f172e03542e5be0bde537f62999db7277fe>
"Own correct D-Bus name on the session bus".
Change-Id: I3d58833e0cee64b1c936f76df90a892bc6ce70d4
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 1e23b3c4eb10..a16471e46e50 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -403,9 +403,8 @@ "--socket=x11", "--socket=wayland", "--socket=pulseaudio", - "--socket=system-bus", - "--socket=session-bus", "--filesystem=host", - "--env=LIBO_FLATPAK=1" + "--env=LIBO_FLATPAK=1", + "--own-name=org.libreoffice.LibreOfficeIpc0" ] } |