-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update for Whonix 14 #214
update for Whonix 14 #214
Conversation
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
=======================================
Coverage 55.75% 55.75%
=======================================
Files 56 56
Lines 9121 9121
=======================================
Hits 5085 5085
Misses 4036 4036
Continue to review full report at Codecov.
|
Add a |
We don't have a |
I don't think so, there is only
The first one is more flexible - for example you can assign |
Are tags inherited or not inherited when creating a TemplateBasedVM based on a TemplateVM that has tags? |
No, tags are not inherited. Generally settings are not inherited from TemplateVM by TemplateBasedVM. Where needed, core-admin-addon can be made to copy selected settings from TemplateVM to TemplateBasedVM. |
Let's take a)?
Or b)?
Both would work but b) is a bit better? Actually, I saw the syntax with
|
This is invalid syntax - there always must be source, destination, action. |
On a second thought this would introduce a minor attack vector in rare cases.
Reason enough to not use tags and to hardcode this? The secure and non-hardcoded version would be difficult to technically implement, I think. We mustn't hardcode
|
What this is used for? Isn't it better to use DispVM (based on Whonix) instead? That would avoid the risk of compromising any persistent VM. |
Glad we discuss this!
Marek Marczykowski-Górecki:
What this is used for?
When the user either accidentally (can happen by accident in a graphical
terminal emulator) or purposely clicks any links in a TemplateVM then
https://github.com/Whonix/open-link-confirmation will open the link in
anon-whonix (hardcoded due to DispVM limitations back in R3.2).
https://github.com/Whonix/open-link-confirmation/blob/master/usr/lib/open_link_confirmation
Isn't it better to use DispVM (based on Whonix) instead? That would avoid the risk of compromising any persistent VM.
Yes, much better! Also avoids hardcoding `anon-whonix`. So just using
`qvm-open-in-vm` should do the right thing, right? (In worst case, doing
nothing is not that bad.) I haven't tested yet what happen when using
`qvm-open-in-vm` when whonix-ws-14-dvm isn't set up.
|
You can keep it as |
Not important enough to keep R3.2 compatibility. Would take me a long time and lots of pull requests figure out. New plan: only rely on QubesOS/qubes-mgmt-salt-dom0-virtual-machines#12 is part of this plan. |
There might be a more clever way so we don't have to update this for Whonix 15?