Skip to content

Commit

Permalink
Add org.freedesktop.Flatpak permission
Browse files Browse the repository at this point in the history
Freeube can play videos using external players. This is need to launch
the external players from the sandbox by calling flatpak-spawn --host.
This isn't very ideal as it allows to run arbitrary commands from
inside the sandbox.
  • Loading branch information
bbhtt committed Aug 6, 2022
1 parent df60a84 commit 6b7976b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io.freetubeapp.FreeTube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ finish-args:
- --talk-name=org.freedesktop.ScreenSaver
- --talk-name=org.gnome.SessionManager
- --talk-name=org.gnome.SettingsDaemon
- --talk-name=org.freedesktop.Flatpak
modules:
- name: freetube
buildsystem: simple
Expand Down

0 comments on commit 6b7976b

Please sign in to comment.