[PATCH] Do not use --quiet and --nostart when doing selinux configuration (#568528)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We call lokkit twice and we want the selinux call to only touch selinux and not firewall configuration. Thats why we have to remove --nostart, because that triggers fw config mode. I'm also removing quiet per maintainer's comment.
---
 security.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/security.py b/security.py
index b273a64..219d465 100644
--- a/security.py
+++ b/security.py
@@ -60,7 +60,7 @@ class Security:
             f.write("authconfig %s\n" % self.auth)
 
     def write(self, instPath):
-        args = [ "--quiet", "--nostart" ]
+        args = []
 
         if not selinux_states.has_key(self.selinux):
             log.error("unknown selinux state: %s" %(self.selinux,))
-- 
1.6.6.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux