mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3446] wine registry does not save changes #2166
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#2166
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 @antsn on GitHub (Jun 2, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3446
firejail version 0.9.62
I have no problems with modifying
wineregistry withoutfirejail. But withfirejailall the changes are revert to default.Here is my
wine.profile:@antsn commented on GitHub (Jun 3, 2020):
It seems that changes actually wrote to disk, while modifying registry with
regedit(withfilejail), I open anotherregedit, and saw that data was modified.But, after close
regedit, the registry is reset.@rusty-snake commented on GitHub (Jun 3, 2020):
Works it with
--noprofile?@antsn commented on GitHub (Jun 3, 2020):
No, I've tested.
I've read somewhere that (for the case of running
winenormally, withoutfirejail) problem withwineservercan cause registry modification can't be save. But, I don't know how it relate with this case.I checked, and
/tmp/.wine-5555is accessible, my UID = 5555.@rusty-snake commented on GitHub (Jun 3, 2020):
Where do you check this? Inside the sandbox?
bad
Are there any lines uncommented in /etc/firejail/firejail.config?
What distro? Which wine version?
@antsn commented on GitHub (Jun 3, 2020):
Yes, I checked inside the sandbox:
firejail --profile=wine.profile ls -1na /tmp/.wine-5555I use Mageia 7.1, wine-5.7, and everything is untouched.
@antsn commented on GitHub (Jun 3, 2020):
Update2:
Registry's changes actually saved. But for entries that will not be permanently stored (that be reset if, for example run
wineboot), afterregedit(withfirejail) is closed, those entries are reset to default.Example:
If I add a new
String valueentry calledtest. The change is saved.If I modify
HKEY_LOCAL_MACHINE>Hardware>Description>System>CentralProcessor>0>VendorIdentifierfromAuthenticAMDtoNone, it does not works withfirejail.Without
firejail, the change is saved, but if I runwineboot, it reset to default.I block
winebootbut it still doesn't work.@rusty-snake commented on GitHub (Sep 1, 2020):
Any progress here?