Re: [Freeipa-devel] [PATCH] 974 minimum selinux-policy for F-17

2012-03-12 Thread Rob Crittenden

Martin Kosek wrote:

On Tue, 2012-03-06 at 16:18 -0500, Rob Crittenden wrote:

Rob Crittenden wrote:

Update the minimum selinux-policy for F-17. This will enable
ipa_memcached to run in Enforcing mode. Still waiting on this to be
backported to at least F-16.

You have to manually enable the boolean.

rob



F-16 package is in updates-testing, patch updated.

rob



ACK. New selinux-policy looks OK. I was able to install IPA server with
enforcing. Of course, httpd_manage_ipa need to be ON.

Martin



pushed to master and ipa-2-2

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 974 minimum selinux-policy for F-17

2012-03-09 Thread Martin Kosek
On Tue, 2012-03-06 at 16:18 -0500, Rob Crittenden wrote:
 Rob Crittenden wrote:
  Update the minimum selinux-policy for F-17. This will enable
  ipa_memcached to run in Enforcing mode. Still waiting on this to be
  backported to at least F-16.
 
  You have to manually enable the boolean.
 
  rob
 
 
 F-16 package is in updates-testing, patch updated.
 
 rob


ACK. New selinux-policy looks OK. I was able to install IPA server with
enforcing. Of course, httpd_manage_ipa need to be ON.

Martin

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 974 minimum selinux-policy for F-17

2012-03-06 Thread Rob Crittenden

Rob Crittenden wrote:

Update the minimum selinux-policy for F-17. This will enable
ipa_memcached to run in Enforcing mode. Still waiting on this to be
backported to at least F-16.

You have to manually enable the boolean.

rob



F-16 package is in updates-testing, patch updated.

rob
From bd4e126150e0338541e2f476678772752c7b3037 Mon Sep 17 00:00:00 2001
From: Rob Crittenden rcrit...@redhat.com
Date: Tue, 28 Feb 2012 05:25:15 -0500
Subject: [PATCH] Set minimum version of selinux-policy to pick up memcached
 fix

This package version adds a boolean, httpd_manage_ipa, that enables
the ipa_memcached service to work.

https://fedorahosted.org/freeipa/ticket/2433
---
 freeipa.spec.in |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 9421bd2..e5089ca 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -113,11 +113,19 @@ Requires: systemd-units = 36-3
 Requires(pre): systemd-units
 Requires(post): systemd-units
 %endif
-%if 0%{?fedora} = 15
+%if 0%{?fedora} = 17
+Requires: selinux-policy = 3.10.0-82
+%else
+%if 0%{?fedora} == 16
+Requires: selinux-policy = 3.10.0-78
+%else
+%if 0%{?fedora} == 15
 Requires: selinux-policy = 3.9.16-18
 %else
 Requires: selinux-policy = 3.9.7-27
 %endif
+%endif
+%endif
 Requires(post): selinux-policy-base
 Requires: slapi-nis = 0.21
 %if 0%{?fedora} = 16
-- 
1.7.6

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 974 minimum selinux-policy for F-17

2012-02-28 Thread Rob Crittenden
Update the minimum selinux-policy for F-17. This will enable 
ipa_memcached to run in Enforcing mode. Still waiting on this to be 
backported to at least F-16.


You have to manually enable the boolean.

rob
From 2761fb9429651730c7a5e9bbe75782b50185a674 Mon Sep 17 00:00:00 2001
From: Rob Crittenden rcrit...@redhat.com
Date: Tue, 28 Feb 2012 05:25:15 -0500
Subject: [PATCH] Set minimum version of selinux-policy on F-17 to pick up memcached fix

This package version adds a boolean, httpd_manage_ipa, that enables
the ipa_memcached service to work.

https://fedorahosted.org/freeipa/ticket/2433
---
 freeipa.spec.in |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 3609bdd..651f685 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -113,11 +113,15 @@ Requires: systemd-units = 36-3
 Requires(pre): systemd-units
 Requires(post): systemd-units
 %endif
+%if 0%{?fedora} == 17
+Requires: selinux-policy = 3.10.0-82 
+%else
 %if 0%{?fedora} = 15
 Requires: selinux-policy = 3.9.16-18
 %else
 Requires: selinux-policy = 3.9.7-27
 %endif
+%endif
 Requires(post): selinux-policy-base
 Requires: slapi-nis = 0.21
 %if 0%{?fedora} = 16
-- 
1.6.2.5

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel