mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3031] Telegram desktop does not open links in browser (seccomp problem?) #1901
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#1901
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 @clara2g on GitHub (Nov 8, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3031
Hello :) fresh install of Fedora 31 with Firejail and noticed that clicking links in Telegram with Firejail does not open them in default browser (tried with Firefox, Falcon an Brave). I have found that commenting the seccomp line in telegram.profile fixes the issue.
@rusty-snake commented on GitHub (Nov 8, 2019):
It should be enough to allow
chroot, in firejail master you can simply add!chrootafterseccomp(with one space).@rusty-snake commented on GitHub (Dec 14, 2019):
@clara2g
I'm closing here due to inactivity, please fell free to reopen if you have more questions.
@Micha-Btz commented on GitHub (Jan 18, 2020):
I'm facing the same problem. Can you please explain in which file I musst allos chroot?
@rusty-snake commented on GitHub (Jan 18, 2020):
echo 'seccomp !chroot' >> ~/.config/firejail/telegram.localorsudo sed -i 's/seccomp/seccomp !chroot/' /etc/firejail/telegram.profile@Micha-Btz commented on GitHub (Jan 18, 2020):
This I have tested, don't work.
Warning: an existing sandbox was detected. /usr/bin/firefox will run without any additional sandboxing features
Error: Access was denied while trying to open files in your profile directory.
So I whitelisted ~/.mozilla and it works.
One strange thing is,if I change this under the defaul profile in /etc/firejail/telegram.profile it works.
If I create a telegram.local firle with
seccomp !chroot
noblacklist ${HOME}/.mozilla
something went wrong and telegram is not able to load it's configuration.
@reagentoo commented on GitHub (Mar 15, 2024):
Is there a new solution how to force tg open links?
Tg firejail profile is still slack-baked.
Configuration:
@reagentoo commented on GitHub (Mar 15, 2024):
@rusty-snake reopen