From 9fc00bcbda3476a27ffa0a3039419c2404ab796f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh <dwalsh@fedoraproject.org> Date: Tue, 17 Apr 2007 19:28:14 +0000 Subject: [PATCH] - Rwho policy - Fixes for consolekit --- modules-strict.conf | 7 +++++++ modules-targeted.conf | 6 ++++++ selinux-policy.spec | 6 +++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/modules-strict.conf b/modules-strict.conf index 46ec17cc..16cbabcc 100644 --- a/modules-strict.conf +++ b/modules-strict.conf @@ -1144,6 +1144,13 @@ clamav = module # rsync = module +# Layer: services +# Module: rwho +# +# who is logged in on local machines +# +rwho = module + # Layer: services # Module: djbdns # diff --git a/modules-targeted.conf b/modules-targeted.conf index bd4076af..33cfc7ef 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -1036,6 +1036,12 @@ rshd = base # rsync = base +# Layer: services +# Module: rwho +# +# who is logged in on local machines +# +rwho = module # Layer: services # Module: sasl diff --git a/selinux-policy.spec b/selinux-policy.spec index ecf6fdcb..88752375 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.5.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -358,6 +358,10 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog +* Tue Apr 17 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-4 +- Rwho policy +- Fixes for consolekit + * Fri Apr 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-3 - fixes for fusefs