core: fix typo in firewall.xml root element

This commit is contained in:
Marek Marczykowski-Górecki 2014-05-05 05:22:25 +02:00
parent 624ab67e86
commit dfb6b384cb

View File

@ -1258,7 +1258,7 @@ class QubesVm(object):
conf[item] = defaults[item]
root = lxml.etree.Element(
"QubesFirwallRules",
"QubesFirewallRules",
policy = "allow" if conf["allow"] else "deny",
dns = "allow" if conf["allowDns"] else "deny",
icmp = "allow" if conf["allowIcmp"] else "deny",