mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3311] Teams and Firefox #2078
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#2078
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 @derba on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3311
I am using Firejail master of 31-03-2020,
4747e0ed7fon Fedora 31.1. Joining meetings.
I receive invitations to MS Teams-based meetings in mail. I read my mails in Firefox. When I click on a meeting link "Launch Application" dialog pops up with MS Teams as an option.
If I run Firefox in Firejail (with the profile shipped with Firejail), then I cannot join that meeting. Probably Teams app does not get the indication from Firefox. If I run Firefox without Firejail then that works.
2. Opening links
In Teams chat there may be links. If I run Teams in Firejail (with the profile shipped with Firejail) then a new Firefox instance is opened and that cannot reach the net. Probably cannot read its settings, including proxy settings. Actually it cannot open Preferences or about:config either.
Is there any kind of solution to these, even if just in theory?
@rusty-snake commented on GitHub (Apr 1, 2020):
assuming you installed teams native (and not with flatpak) then you can try the profile below (merge of teams.profile, electron.profile, firefox.profile and firefox-common.profile). save it under ~/.config/firejail and change your teams/firefox.desktop files to
Executefirejail --profile=teams_and_firefox.profile teams/firefox. Maybe you need to add join-or-start.teams_and_firefox.profile
@derba commented on GitHub (Apr 2, 2020):
@rusty-snake thank you. I just symlinked the new profile to teams/firefox.desktop. Works like charm.
The question arises what concept would be fine for Firejail, as the browser is like an OS, launching Teams, Zoom, LibreOffice, etc.
@rusty-snake commented on GitHub (Apr 3, 2020):
In general you should prefer copying links/open document from file-managers.
@derba commented on GitHub (Apr 6, 2020):
Yes, that is what I usually do.
And when I need to attach a document (e.g. odt) in a web app then I copy that to Downloads, so that Firefox be able to access it. (Hard linking is not that easy using GUI. I hope copy-on-write avoids real writes.) And then delete that copy.