# Open a new browser instance:
$ firejail --name=lwtest --ignore=name --ignore='dbus-user none' \
--dbus-user=filter --dbus-user.own='io.gitlab.firefox.*' \
--private --net=none --ignore=net /usr/bin/librewolf
# In another shell, try to open a new tab:
$ firejail --join=lwtest /usr/bin/librewolf --new-tab about:blank
# Check that the new tab was opened
Related commits:
c3f299620 ("Let programs outside librewolf sandbox open new tabs in
librewolf (#4546)", 2021-09-19)
a8ad9cad1 ("Update librewolf.profile: use new message bus",
2022-02-03) / PR #4897
It appears that LibreWolf 129 uses
io.gitlab.firefox.*
as the dbus name.Commands used to check the dbus name:
Commands used to test dbus communication:
Related commits:
Fixes #6413.
Misc: This was noticed on #6444.
Reported-by: @Lonniebiz