mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2051] wire-desktop #1388
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#1388
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 @veloute on GitHub (Jul 21, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2051
OS: Arch Linux
Firejail Version: firejail-git
wire-desktop doesn't work with its own profile, however it does work with --noprofile and electron.profile.
currently working on figuring out the problem but I don't have much experience with troubleshooting firejail profiles.
@veloute commented on GitHub (Jul 21, 2018):
Commenting out "private-etc fonts,machine-id" seems to fix the problem.
@Fred-Barclay commented on GitHub (Jul 22, 2018):
G'day @veloute ! Can you add the changes in
5be0b98a75to the private-etc line and see if that works?Cheers!
Fred
@veloute commented on GitHub (Jul 22, 2018):
Works perfectly.
Thanks!
@CodeArtisan00 commented on GitHub (Feb 26, 2019):
I'm running wire-desktop on manjaro (kde) & unable to firejail it. here is the output-
`Reading profile /etc/firejail/wire-desktop.profile
Reading profile /etc/firejail/wire-desktop.local
Reading profile /etc/firejail/globals.local
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-common.inc
Parent pid 6262, child pid 6263
Warning: skipping pki for private /etc
Warning: skipping crypto-policies for private /etc
Private /etc installed in 15.58 ms
1 program installed in 0.70 ms
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: /sbin directory link was not blacklisted
Warning: /usr/sbin directory link was not blacklisted
Child process initialized in 121.59 ms
Parent is shutting down, bye...
`
What should I do?
@veloute commented on GitHub (Feb 26, 2019):
have you tried running firejail with the --debug flag to get more helpful output?
@rusty-snake commented on GitHub (Feb 26, 2019):
@Neo00001 Have you tried
--noprofile? What is the content of/etc/firejail/globals.local?@CodeArtisan00 commented on GitHub (Feb 26, 2019):
--noprofile does work. & in globals.local- apparmor, net none
@SkewedZeppelin commented on GitHub (Feb 26, 2019):
@Neo00001
net noneis why, remove it from your globals.localor add
ignore net noneto ~/.config/firejail/wire-desktop.local@CodeArtisan00 commented on GitHub (Feb 26, 2019):
ignore net is included in wire-desktop.local.
@SkewedZeppelin commented on GitHub (Feb 26, 2019):
ignore netorignore net none?@CodeArtisan00 commented on GitHub (Feb 26, 2019):
ignore net
@CodeArtisan00 commented on GitHub (Feb 26, 2019):
with --debug flag output is-
https://gist.github.com/Neo00001/1a07976b68396ace36fd749e840af1ba
@rusty-snake commented on GitHub (Feb 26, 2019):
@Neo00001 what else is in wire-desktop.local?
@CodeArtisan00 commented on GitHub (Feb 26, 2019):
nothing else.
& in wire-desktop.profile - https://gist.github.com/Neo00001/5d5d207b3dc7a93edded4b379208e3b6
@SkewedZeppelin commented on GitHub (Feb 26, 2019):
@Neo00001 it has to be
ignore net none,ignore netwill not work@CodeArtisan00 commented on GitHub (Feb 26, 2019):
Done.still not working. only --noprofile is working.
@njfox commented on GitHub (Mar 6, 2019):
I'm having the same issue as @Neo00001, with no
wire-desktop.localfile. On Arch Linux with the latestfirejailrelease.globals.localonly hasapparmorset.@njfox commented on GitHub (Mar 7, 2019):
Commenting out
private-bin wire-desktopallows the application to launch under firejail. Do you think this has something to do with how Wire is now packaged with a launcher script in the Arch community repo?I'm wondering if there are other binaries/paths we need to add to allow Wire to launch in Arch.
@njfox commented on GitHub (Mar 7, 2019):
2dbbb92seems to have fixed it, thanks!