We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0854e commit da6302cCopy full SHA for da6302c
1 file changed
python/lib/cloudutils/serviceConfig.py
@@ -660,7 +660,6 @@ def config(self):
660
filename = "/etc/libvirt/qemu.conf"
661
662
cfo = configFileOps(filename, self)
663
- cfo.addEntry("security_driver", "\"selinux\"")
664
cfo.addEntry("user", "\"root\"")
665
cfo.addEntry("group", "\"root\"")
666
cfo.addEntry("vnc_listen", "\"0.0.0.0\"")
@@ -698,7 +697,6 @@ def config(self):
698
697
699
700
701
- cfo.addEntry("security_driver", "\"apparmor\"")
702
703
704
@@ -753,7 +751,6 @@ def config(self):
753
751
754
752
755
756
757
758
759
configure_libvirt_tls(self.syscfg.env.secure, cfo)
0 commit comments