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

Allow DispVMs to inherit netvm without inheriting firewall rules #1296

Open
andrewdavidwong opened this Issue Oct 8, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@andrewdavidwong
Member

andrewdavidwong commented Oct 8, 2015

One of the most common ways ordinary users are attacked today is via malicious links in emails. Therefore, it makes sense to create an email VM with restrictive firewall rules (e.g., allow only POP3S/IMAPS and URD traffic to email servers). However, then it becomes cumbersome for users to open links in emails.

Solution: Allow users to open links in DispVMs. Qubes currently allows users to open links in DispVMs and to set the netvm which the new DispVM will have. However, the new DispVM automatically inherits the restrictive firewall rules of its parent, making it useless for this pupose.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 8, 2015

Member

Indeed useful feature.
I think this can be done as part of #866

For now, you can setup normal AppVM (mail-web) and open links there using qvm-open-in-vm. Not as good as DispVM, but in some cases good enough.

Member

marmarek commented Oct 8, 2015

Indeed useful feature.
I think this can be done as part of #866

For now, you can setup normal AppVM (mail-web) and open links there using qvm-open-in-vm. Not as good as DispVM, but in some cases good enough.

@marmarek marmarek added this to the Release 4.0 milestone Oct 8, 2015

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Oct 8, 2015

Member

For now, you can setup normal AppVM (mail-web) and open links there using qvm-open-in-vm. Not as good as DispVM, but in some cases good enough.

Yes, this is what I've been doing instead, and it's actually quite a good solution. The main drawback is potential cross-contamination from opening all the links in same persistent browser/VM.

Member

andrewdavidwong commented Oct 8, 2015

For now, you can setup normal AppVM (mail-web) and open links there using qvm-open-in-vm. Not as good as DispVM, but in some cases good enough.

Yes, this is what I've been doing instead, and it's actually quite a good solution. The main drawback is potential cross-contamination from opening all the links in same persistent browser/VM.

andrewdavidwong added a commit that referenced this issue May 31, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment