-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox: no sound (whitelisting in ${RUNUSER}) #4512
Comments
|
PipeWire
BINGO! I did have
So there is still something in |
|
--- a/etc/profile-a-l/firefox-common-addons.profile
+++ b/etc/profile-a-l/firefox-common-addons.profile
@@ -2,6 +2,7 @@
# Persistent customizations should go in a .local file.
include firefox-common-addons.local
+ignore ${RUNUSER}/*firefox*
ignore include whitelist-runuser-common.inc
ignore private-cache
|
Adding |
Sad, is there any other uncommented What does |
@rusty-snake commented on Sep 6:
-> +ignore whitelist ${RUNUSER}/*firefox* |
This did not help either. I don't know, perhaps this is the cause?
|
Why does it want to create /run/user/1000/pulse? If you use PipeWire, it should not even access it.
|
- closes #4483 -- mpv requires whitelisting /usr/share/pipewire - wruc: whitelist pipewire-?, pipewire is becoming more popular and was developed with isolation (container/sandbox) in mind. - wruc: whitelist wayland-? instead of only -0 and -1 - wusc: whitelist /usr/share/pipewire - remove these wruc/wusc lines from other profiles - firefox-common-addons: Make ignore wruc work again (#4512) - firefox: org.freedesktop.portal.Desktop should be enough
I have no idea. I do have |
So what I finally did was edit
and the sound is back. Not sure if it makes to keep this open as this may be an issue impacting only a handful of users. |
Will this fix be included in |
Nvm. This actual problem might be this:
Adding @rusty-snake Would it be a good idea to actually preprocess profiles for ignore-statements so they always take effect, independent of the order of declaration? |
There are even more things like #3358 for which the apply while parsing logic make problems. |
Bug and expected behavior
After a recent update of
firejail
I am no longer getting any audio from Firefox.No profile and disabling firejail
firejail --noprofile /path/to/program
in a terminal?Sound works
/usr/bin/vlc
)?Sound works
Reproduce
Steps to reproduce the behavior:
firejail firefox
pavucontrol
either)Environment
Arch Linux, rolling, x86_64
firejail --version
) exclusive or used git commit (git rev-parse HEAD
)firejail version 0.9.67 (firejail-git r7675.263e3fe72-1)
Checklist
https://github.com/netblue30/firejail/issues/1139
)--profile=PROFILENAME
is used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM
to get english error-messages.browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.Log
The text was updated successfully, but these errors were encountered: