mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #39] Wine multiarch support #21
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#21
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 @boltronics on GitHub (Aug 22, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/39
Trying to run a 32-bit application under Wine (
firejail --trace wine winecfg) spits out a bunch of errors that look like this:You can also observe crashes in some of Wine's services:
This has some negative side-effects. eg. run
firejail wine winecfgchange the operating system version, and click OK. Then run it again, and observe the operating system change was not saved./usr/lib/firejail/libtrace.so is an amd64 binary, but it looks like we need a 32-bit version for some Wine prefixes, so we need multiarch support. To support multiarch, I think these should be installed under /usr/lib/{x86_64,i386}-linux-gnu.
@netblue30 commented on GitHub (Aug 22, 2015):
I have no idea how to do it in this moment, I'll mark it as an enhancement. Also, --seccomp will not work, syscall numbers are different on 64/32 bit architecture.
@boltronics commented on GitHub (Aug 22, 2015):
I'm aware about the seccomp issue. But as it stands, it's unsafe to run multi-arch Wine under firejail no matter the profile configuration.
I'm also aware it's most likely just a packaging issue. I'd be happy to help out, but first I've got to find the time. :)
@netblue30 commented on GitHub (Oct 24, 2015):
Discussion moved here: https://github.com/netblue30/firejail/issues/86
@l29ah commented on GitHub (Jul 18, 2017):
Acutally here: https://github.com/netblue30/firejail/issues/971