mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: anki: allow sound
Anki needs sound access for recording and playing media.
This commit is contained in:
parent
3ec523f110
commit
024f421e30
1 changed files with 4 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ include globals.local
|
|||
# Add the following to anki.local if you don't need media playing/recording
|
||||
# (lua is needed by mpv):
|
||||
#ignore include allow-lua.inc
|
||||
#machine-id
|
||||
#nosound
|
||||
|
||||
noblacklist ${DOCUMENTS}
|
||||
noblacklist ${HOME}/.config/mpv
|
||||
|
|
@ -40,7 +42,7 @@ include whitelist-var-common.inc
|
|||
|
||||
apparmor
|
||||
caps.drop all
|
||||
machine-id
|
||||
#machine-id
|
||||
netfilter
|
||||
no3d
|
||||
nodvd
|
||||
|
|
@ -48,7 +50,7 @@ nogroups
|
|||
noinput
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
#nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue