mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: vesktop: fix screen sharing (#7043)
This commit is contained in:
parent
e6d63e7037
commit
b59005ccf0
1 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ include vesktop.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# Needed for the audio source picker to work
|
||||
ignore noexec /tmp
|
||||
|
||||
noblacklist ${HOME}/.config/vesktop
|
||||
|
||||
mkdir ${HOME}/.config/vesktop
|
||||
|
|
@ -13,6 +16,9 @@ whitelist ${HOME}/.config/vesktop
|
|||
|
||||
private-bin vesktop
|
||||
|
||||
# Needed for screen sharing to work
|
||||
dbus-user.talk org.freedesktop.portal.Desktop
|
||||
|
||||
ignore join-or-start discord
|
||||
join-or-start vesktop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue