Skip to content

Commit

Permalink
Add --talk-name=org.freedesktop.Flatpak
Browse files Browse the repository at this point in the history
This addresses flathub#14 by making the org.freedesktop.Flatpak name
available to Emacs. This weakens the sandbox by making the
flatpak-spawn --host command work from within Emacs. This is expected
to not be harmful, because Emacs would typically have full access to
practically all the files of the user in any case.
  • Loading branch information
muep committed Aug 6, 2023
1 parent b201f5f commit 5ff191d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.gnu.emacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"--socket=x11",
"--filesystem=host",
"--filesystem=/tmp",
"--filesystem=/var/tmp"
"--filesystem=/var/tmp",
"--talk-name=org.freedesktop.Flatpak"
],
"modules": [
{
Expand Down

0 comments on commit 5ff191d

Please sign in to comment.