http://bugs.winehq.org/show_bug.cgi?id=58781
Bug ID: 58781 Summary: wine process is not separated correctly when used with firejail Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: 4gsck44sk0gksc0gw8scc0owcww0wkgw@ai.notifier.in Distribution: ---
There is "A.exe"(trusted and can use internet) and "B.exe"(not truested so not going to give internet).
1. Run `firejail --noprofile --net=none --dns=0.0.0.0 wine B.exe`, to make sure B cannot use the internet while at the same time, allow using it with Wine.
2. Run `wine A.exe`
EXPECTED RESULT
The A.exe can use internet, because it is not firejailed.
ACTUAL RESULT
A.exe cannot use the internet at all.
EXPECTED
I want wine to separate the wineserver per .exe so this won't happen. Also I want a offline switch, something like "wine --no-internet process_name.exe", to cut off the internet natively, if you cannot combine with firejail.
http://bugs.winehq.org/show_bug.cgi?id=58781
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- (In reply to Rick from comment #0)
I want wine to separate the wineserver per .exe so this won't happen.
If you want this you will need to use a separate prefix.