[selinux-policy/f17] Fix segenuserman to turn on terminal_login option

Miroslav Grepl mgrepl at fedoraproject.org
Wed Mar 7 17:50:18 UTC 2012


commit 712fd6314f480299d7f44f6b9b7dd28030488ecc
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Wed Mar 7 18:49:33 2012 +0100

    Fix segenuserman to turn on terminal_login option

 segenuserman |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/segenuserman b/segenuserman
index cca7b3d..269d6b7 100755
--- a/segenuserman
+++ b/segenuserman
@@ -91,8 +91,7 @@ class ManPage:
 			self.user_attribute()
 			self.can_sudo()
 			self.xwindows_login()
-			# until a new policy build with login_userdomain attribute
-		#self.terminal_login()
+			self.terminal_login()
 			self.network()
 			self.booleans()
 			self.home_exec()


More information about the scm-commits mailing list