mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
discord-common.profile: Fix audio support (#3880)
Discord needs PulseAudio. Without it, it's unable to play any audio.
This commit is contained in:
parent
7c3dd381a6
commit
8d8102f249
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ whitelist ${HOME}/.config/BetterDiscord
|
|||
whitelist ${HOME}/.local/share/betterdiscordctl
|
||||
|
||||
private-bin bash,cut,echo,egrep,fish,grep,head,sed,sh,tclsh,tr,xdg-mime,xdg-open,zsh
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,resolv.conf,ssl
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,pulse,resolv.conf,ssl
|
||||
|
||||
# Redirect
|
||||
include electron.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue