mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #44] PulseAudio sandboxing #22
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FedericoCeratto on GitHub (Aug 26, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/44
Thanks for developing firejail! Some profiles could be useful for desktop environments.
@netblue30 commented on GitHub (Sep 26, 2015):
Play audio, read from microphones, and read from webcam can be handled today with --private-dev if the sound system is set with ALSA. For PulseAudio things are out of control in this moment. It might be possible to control the access to the unix socket.
All the rest are covered by https://github.com/netblue30/firejail/issues/57
@netblue30 commented on GitHub (Oct 14, 2015):
I've implemented --nosound option. It will go into the next release.