Sfoglia il codice sorgente

core: fix typo in firewall.xml root element

Marek Marczykowski-Górecki 10 anni fa
parent
commit
dfb6b384cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core-modules/000QubesVm.py

+ 1 - 1
core-modules/000QubesVm.py

@@ -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",