From 243d743dae127fe11ecd7f807121da8815af8f01 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 20 Oct 2017 18:10:01 +0200 Subject: solenv/flatpak-manifest.in: incorporate upstream sandboxing improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...done by Bartłomiej Piotrowski , "Remove access to the system and session buses" and "Own correct D-Bus name on the session bus". Change-Id: I3d58833e0cee64b1c936f76df90a892bc6ce70d4 --- solenv/flatpak-manifest.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'solenv') 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" ] } -- cgit