mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6614] signal-desktop: program does not work on Ubuntu 22.04 #3310
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#3310
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 @saltiniroberto on GitHub (Jan 15, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6614
Description
The provided signal-desktop profile does not work on Ubuntu 22.04.
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail --profile=/etc/firejail/signal-desktop.profile /usr/bin/signal-deskopExpected behavior
Signal starts and operates as when not run inside the firejail sandbox
Actual behavior
Behavior without a profile
Signal works.
Additional context
The following signal-desktop.local fixes the problem
Environment
uname -srm): Linux 5.15.0-92-generic x86_64firejail --version): 0.9.72Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)@kmk3 commented on GitHub (Jan 15, 2025):
The dbus part was fixed by:
The profile does not use
private-bin, so are you sure that it's needed?Does anything change when using firejail-git?
@saltiniroberto commented on GitHub (Jan 15, 2025):
On my system yes, otherwise I get the error
I think that the issue might be due to the fact that on my system
signal-desktopis handled viaalternatives/usr/bin/signal-desktop -> /etc/alternatives/signal-desktop -> /opt/Signal/signal-desktopBy this, do you mean using the current master branch on git?
@kmk3 commented on GitHub (Jan 20, 2025):
If there is no
private-binin any of your .local profiles, I'd guess thatmaybe it was present somewhere in the include chain in 0.9.72 before the
refactoring of electron profiles.
private-bindoes not seem to be effect when using the profile onfirejail-git.
Example:
This is good to know, but I don't think it should be affected by
private-bin.Yes; see for example:
Also, please test without
private-binin firejail-git as well.@saltiniroberto commented on GitHub (Jan 20, 2025):
Just tested with
firejail-gitand it all works, so closing this issue.