[openssh] Do not change context when run under unconfined_t

Jan F. Chadima jfch2222 at fedoraproject.org
Thu Jul 21 13:04:01 UTC 2011


commit 294ca7520039e0529f4622579e227304eb08ad03
Author: Jan F. Chadima <jfch at eglon.jagda.eu>
Date:   Thu Jul 21 14:52:20 2011 +0200

    Do not change context when run under unconfined_t

 openssh.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 5dd008d..1416823 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -79,7 +79,7 @@
 
 # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
 %define openssh_ver 5.8p2
-%define openssh_rel 14
+%define openssh_rel 15
 %define pam_ssh_agent_ver 0.9.2
 %define pam_ssh_agent_rel 31
 
@@ -192,6 +192,8 @@ Patch64: openssh-5.8p2-kuserok.patch
 Patch65: openssh-5.8p2-remove-stale-control-socket.patch
 #?
 Patch66: openssh-5.8p2-ipv6man.patch
+#?
+Patch67: openssh-5.8p2-unconfined.patch
 #---
 #https://bugzilla.mindrot.org/show_bug.cgi?id=1604
 # sctp
@@ -428,6 +430,7 @@ popd
 %patch64 -p1 -b .kuserok
 %patch65 -p1 -b .remove_stale
 %patch66 -p1 -b .ipv6man
+%patch67 -p1 -b .unconfined
 
 autoreconf
 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
@@ -765,6 +768,9 @@ fi
 %endif
 
 %changelog
+* Thu Jul 21 2011 Jan F. Chadima <jchadima at redhat.com> - 5.8p2-15 + 0.9.2-31
+- Do not change context when run under unconfined_t
+
 * Thu Jul 14 2011 Jan F. Chadima <jchadima at redhat.com> - 5.8p2-14 + 0.9.2-31
 - Add postlogin to pam. (#718807)
 


More information about the scm-commits mailing list