mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5574] [CLOSED] feature: add fireurl #5552
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#5552
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5574
Author: @ghost
Created: 1/6/2023
Status: ❌ Closed
Base:
master← Head:fireurl📝 Commits (10+)
2bf93fawurc: add fireurl support617e27bbalsa: add support for fireurlb8b1384electron-mail: add support for fireurlcf0faeeemail-common: add support for fireurlb2b6506geary: add support for fireurlceac488kube: add support for fireurl54a67cfsignal-desktop: add support for fireurl0b4be57thunderbird: add support for fireurl3a5cd99trojita: add support for fireurlaa26ed2tutanota-desktop: add support for fireurl📊 Changes
16 files changed (+13 additions, -106 deletions)
View changed files
📝
etc/inc/whitelist-runuser-common.inc(+1 -0)📝
etc/profile-a-l/balsa.profile(+1 -1)📝
etc/profile-a-l/electron-mail.profile(+0 -11)📝
etc/profile-a-l/email-common.profile(+1 -4)📝
etc/profile-a-l/fluffychat.profile(+1 -10)📝
etc/profile-a-l/geary.profile(+1 -4)📝
etc/profile-a-l/gtk-youtube-viewers-common.profile(+1 -9)📝
etc/profile-a-l/kube.profile(+2 -10)📝
etc/profile-a-l/lettura.profile(+1 -9)📝
etc/profile-a-l/linuxqq.profile(+0 -2)📝
etc/profile-m-z/signal-desktop.profile(+0 -10)📝
etc/profile-m-z/thunderbird.profile(+0 -8)📝
etc/profile-m-z/trojita.profile(+1 -9)📝
etc/profile-m-z/tutanota-desktop.profile(+0 -11)📝
etc/profile-m-z/youtube-viewers-common.profile(+2 -1)📝
etc/profile-m-z/zeal.profile(+1 -7)📄 Description
[WIP] [POC] This PR is part of an attempt to integrate @rusty-snake's fireurl into Firejail and finally fix opening hyperlinks between sandboxes properly and elegantly.
IMO this offers a much needed (and much overdue) improvement to Firejail's (default) handling of inter-sandbox URL transport.
This PR takes care of cleaning up the 'level 1 hacks' from the affected profiles. Obviously there's more work to be done to bring in
fireurl, but all in all surprisingly little.Relates to:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.