Skip to content

Commit

Permalink
Profiles: anki: allow mpv and mplayer
Browse files Browse the repository at this point in the history
Anki relies on mpv and mplayer for playing audio and video files.

If mpv is present in the system but not allowed in firejail then
Anki fails to start because mpv permissions won't allow for execution.

Fixes #6544.
  • Loading branch information
Fidel Ramos committed Nov 12, 2024
1 parent d01e177 commit 435a4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-a-l/anki.profile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protocol unix,inet,inet6
seccomp !chroot

disable-mnt
private-bin anki,python*
private-bin anki,mplayer,mpv,python*
private-cache
private-dev
private-etc @tls-ca,@x11
Expand Down

0 comments on commit 435a4d4

Please sign in to comment.