-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
warn the user if qubes-firewall settings are ignored #2003
Comments
i don't get this message. what i did:
and got the html code.
what i would expect to happen:
|
This is actually a duplicate of #1815, then. The real issue you're describing is that Whonix-Gateway does not currently support firewall rules. This is a known issue, which I brought up here and here, which branched off here and is being tracked in #1815 and here. Short answer: For now, there's no way to enforce firewall rules for a VM using a |
but this was not about whonix not being able to apply the rules or enforcing these rules. |
Are there any other situations besides Whonix in which firewall rules are not enforced? If not, then wouldn't fixing that also fix this? The end result would be the same: there is never a failure to warn the user that firewall rules have not been enforced (because they're always enforced). In other words: Isn't the proper solution (and therefore the proper issue to be filed) to make sure that firewall rules are always enforced, rather than trying to come up with a system that warns the user whenever they're not (which should never happen)? Now, you might say, "Well, it should never happen. But what if it does?" I can see the value of having a warning system for cases like that, but by the same logic, it would be great to have a warning system for everything that could go wrong in Qubes. I'm just not sure it's practical to build all those warning systems. |
you are right. currently i don't know any other cases where this happens. furthermore i think qubes, as an security oriented os, should warn the user if some leaks could occur because of some component not working as expected. (as long as it can detect this) |
Ok, I'll reopen this. |
On 2016-09-20 10:16, mittendorf@[...] wrote:
|
In current 3.2RC I do not get any warning when switching a proxyvm from another proxyvm to a netvm. The configured firewall rules simply cease to work. There should be a warning, and the firewall settings tab deactivated. |
@andrewdavidwong If you (or someone else) point me to the relevant code for the warning message (when opening the Firewall tab with sys-net as NetVM) I'll see if I'm able to implement it for sys-whonix too. |
|
It's here: https://github.com/QubesOS/qubes-manager/blob/master/qubesmanager/settings.py#L192-L201 |
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
VM (template) can announce whether it support enforcing firewall rules or not. Fixes QubesOS/qubes-issues#2003
Automated announcement from builder-github The package
|
Qubes OS version
R3.1
Setting:
VM A has some qubes-firewall settings.
A's netvm does not support qubes-firewall settings.
Expected behavior:
Display a warning to the user when the netvm is set / fw options are added.
Maybe disconnect the netvm until the fw-rules are deleted / a netvm supporting qubes-fw settings is set.
Actual behavior:
The settings are dropped silently.
Related:
https://groups.google.com/forum/#!topic/qubes-users/FCJVUF07E2s
The text was updated successfully, but these errors were encountered: