netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.83k stars 568 forks source link

profiles: anki: fix opening, allow media & add to firecfg #6545

Closed haplo closed 5 days ago

haplo commented 1 week ago

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.

haplo commented 1 week ago

@kmk3 I pushed some commits, but Github is not displaying them for some reason.

rusty-snake commented 1 week ago

processing updates

rusty-snake commented 1 week ago

Maybe try to pull and force-push.

haplo commented 1 week ago

Maybe try to pull and force-push.

That worked.

I enabled anki in firecfg, because it should now work with the default profile. Is that OK?