mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2337] chromium: "Open in Firefox" addon does not work #1559
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#1559
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 @ghost on GitHub (Jan 12, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2337
i cannot find how to get this addon working (except with using
--noprofile)https://chrome.google.com/webstore/detail/open-in-firefox/lmeddoobegbaiopohmpmmobpnpjifpii
it use node js, i have tried to remove the disable-interpreter blacklist include and other various options from the shipped profile but i can't get it working.
here is installl.shipped with it :
(https://github.com/andy-portmen/native-client/tree/master/linux)
any idea how to allow this addons to work? thanks, i cannot find any logs
@SkewedZeppelin commented on GitHub (Jan 12, 2019):
This is expected behaviour.
See https://github.com/netblue30/firejail/issues/1718#issuecomment-406819438
@ghost commented on GitHub (Jan 12, 2019):
thanks, sorry to bother you but do you know which option of the default chromium profile is causing it? i'd rather remove one or two options instead of running chrome with --noprofile. i think it's better to have a weakened security for chromium (i only use it for a single website anyway) than nothing. i have tried to play with the profile options but i can't find what is causing it. ty
@SkewedZeppelin commented on GitHub (Jan 12, 2019):
The easy solution: is to simply copy and paste links when needed
The proper solution would be to: merge firefox-common.profile, firefox.profile, chromium-common.profile and chromium.profile into one profile
@ghost commented on GitHub (Jan 12, 2019):
thanks but chromium is not trying to acess to firefox but to nodejs, nodejs which then launch chromium
@SkewedZeppelin commented on GitHub (Jan 12, 2019):
yes but chromium will launch node as a child which will launch firefox as a child
all will end up under the restrictions of the chromium profile
you would have to merge the chromium and firefox profiles, allow node, and noblacklist/whitelist it
@ghost commented on GitHub (Jan 12, 2019):
thanks
@SkewedZeppelin commented on GitHub (Jan 12, 2019):
you can try this as a profile, save it as ~/.config/firejail/chromium.profile
@ghost commented on GitHub (Jan 15, 2019):
you mean noblacklist instead of
blacklist ${PATH}/node blacklist /usr/include/nodeit worked, i spend some times on it and i found that i needed to add
whitelist ${HOME}/.config/com.add0n.node/to get the addon workingthanks!!
also without merging profiles and if firefox is already running it will not use the chromium sandbox, i use this trick for others firejailed apps such as feedreader.