Sample Header Ad - 728x90

firejail: wine regedit doesn't save changes

1 vote
1 answer
753 views
Update2: Registry's changes **actually** saved. But for entries that will not be permanently stored (that be reset if, for example run `wineboot), after regedit (with firejail`) is closed, those entries are reset to default. Example: If I add a new `String value entry called test`. The change is saved. If I modify
>Hardware>Description>System>CentralProcessor>0>VendorIdentifier
from `AuthenticAMD to None, it does not works with firejail`. Without `firejail, the change is saved, but if I run wineboot`, it reset to default. --- Update: It seems that changes actually wrote to disk, while modifying registry with `regedit (with filejail), I open another regedit`, and saw that data was modified. But, after close `regedit`, the registry is reset. --- I'm using `firejail` version 0.9.56 (default package from Mageia). I have no problem running `wine with firejail`, except when I want to modify registry. Without `firejail, there's no problem, but when I run wine with firejail` all modifications revert back to default. Here is my `firejail` wine profile: # Firejail profile for wine # Description: A compatibility layer for running Windows programs # This file is overwritten after every install/update # Persistent local customizations include /etc/firejail/wine.local # Persistent global definitions include /etc/firejail/globals.local noblacklist ${HOME}/.Steam noblacklist ${HOME}/.local/share/Steam noblacklist ${HOME}/.local/share/steam noblacklist ${HOME}/.steam noblacklist ${HOME}/.wine # with >=llvm-4 mesa drivers need llvm stuff noblacklist /usr/lib/llvm* include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-interpreters.inc include /etc/firejail/disable-programs.inc caps.drop all netfilter nodvd nogroups nonewprivs noroot ############# blacklist /media blacklist /mnt noblacklist ${HOME}/.wine whitelist ${HOME}/.wine noblacklist /tmp/.wine-* whitelist /tmp/.wine-* include /etc/firejail/whitelist-common.inc
Asked by duqu (93 rep)
Jun 2, 2020, 09:27 PM
Last activity: Jun 5, 2020, 09:10 PM