mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3962] firefox: program does not work due to whitelist-runuser-common #2477
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#2477
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 @qinohe on GitHub (Feb 8, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3962
Bug and expected behavior
No profile and disabling firejail
Reproduce
Steps to reproduce the behavior:
Environment
Additional context
After 'git bisect' the latest 2 firejail versions there was one left leaving me with this issue (see)
096d0de5f8After a search which actual commit made me have this issue (see Arch bugreport above) it all boiled down to this commit on the 'firefox-common.profile' (see)
096d0de5f8 (diff-b5a95e2dc71807ecabe122bcec4b560e50780d571fa85892ea4872d7ef337d68)Disabling this ( include whitelist-runuser-common.inc ) commit made the old Firefox profiles available again and all is back to 'normal'.
Added 'ignore include whitelist-runuser-common.inc' to both firefox.local & firefox-developer-edition.local.
I already acknowledged in the Arch bug-report I may be the only one suffering from this issue, at least no one else has made him- / herself heard in the report!
It may / may not be related to the following issue being reported here, but I'm not able to make that judgement!
https://github.com/netblue30/firejail/issues/3952
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.@rieje commented on GitHub (Feb 9, 2021):
Sorry I'm not able to provide any additional info right now but I am also using Arch Linux and Firejail 0.9.64.2-1 results in mpv not using my config settings (presumably using the default settings instead). Downgrading to Firejail 0.9.64-2 fixes this.
@rusty-snake commented on GitHub (Feb 9, 2021):
@qinohe What shows
ls -lR /run/user/$UID?@rieje open a new issue for it.
@qinohe commented on GitHub (Feb 9, 2021):
@rusty-snake, Well, I decided to test everything again before I would post to your question.
The problem seems to be solved ,but, what caused it to be solved I have absolutely no idea.
Could be the kernel, I don't know.
For now we can close this issue if you agree, for I can't deliver anything of use anymore and reopen if the problem reoccurs.
edit: I do have a question, is there a place to share or ask for help for self created profiles?
Thanks
@rusty-snake commented on GitHub (Mar 6, 2021):
@qinohe https://github.com/netblue30/firejail/discussions is now up. And you can always ask in the forum of you distro (IIRC there are some firejail experienced user in the Arch Linux forum).