From 13893ed6883ce9068147e1e4324e9067a7531c9b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 27 Feb 2007 18:34:08 +0000 Subject: [PATCH] - Policy for consolekit --- modules-strict.conf | 7 +++++++ modules-targeted.conf | 7 +++++++ selinux-policy.spec | 6 +++++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/modules-strict.conf b/modules-strict.conf index d900b2d4..423a49f8 100644 --- a/modules-strict.conf +++ b/modules-strict.conf @@ -1087,6 +1087,13 @@ bluetooth = module # hal = module +# Layer: services +# Module: consolekit +# +# ConsoleKit is a system daemon for tracking what users are logged +# +consolekit = module + # Layer: services # Module: avahi # diff --git a/modules-targeted.conf b/modules-targeted.conf index 7eab95ed..afc7d6d9 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -685,6 +685,13 @@ bluetooth = base # hal = module +# Layer: services +# Module: consolekit +# +# ConsoleKit is a system daemon for tracking what users are logged +# +consolekit = module + # Layer: services # Module: avahi # diff --git a/selinux-policy.spec b/selinux-policy.spec index fea22d24..dfa741b1 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,7 +17,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.5.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -356,7 +356,11 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init %endif %changelog +* Fri Feb 23 2007 Dan Walsh 2.5.5-2 +- Policy for consolekit + * Fri Feb 23 2007 Dan Walsh 2.5.5-1 +- Update to latest from upstream * Wed Feb 21 2007 Dan Walsh 2.5.4-2 - Revert Nemiver change