From 087aaea1525f55cf6430d109c9e9dd557748dad8 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Thu, 20 Oct 2011 11:43:18 -0400 Subject: [PATCH] Remove tzdata domain, only necessary to make sure stuff is labeled correctly. --- modules-mls.conf | 7 ------- modules-targeted.conf | 7 ------- selinux-policy.spec | 2 +- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/modules-mls.conf b/modules-mls.conf index b4ac0266..f58fd74f 100644 --- a/modules-mls.conf +++ b/modules-mls.conf @@ -1557,13 +1557,6 @@ wine = module # wireshark = module -# Layer: admin -# Module: tzdata -# -# Policy for tzdata-update -# -tzdata = module - # Layer: apps # Module: userhelper # diff --git a/modules-targeted.conf b/modules-targeted.conf index c806c9dc..390ee4d0 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -1880,13 +1880,6 @@ wireshark = module # telepathy = module -# Layer: admin -# Module: tzdata -# -# Policy for tzdata-update -# -tzdata = module - # Layer: apps # Module: userhelper # diff --git a/selinux-policy.spec b/selinux-policy.spec index 65fff613..3a9e0acb 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -219,7 +219,7 @@ fi; if [ -e /etc/selinux/%2/.rebuild ]; then \ rm /etc/selinux/%2/.rebuild; \ if [ %1 -ne 1 ]; then \ - /usr/sbin/semodule -n -s %2 -r hal hotplug howl java mono moilscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \ + /usr/sbin/semodule -n -s %2 -r tzdata hal hotplug howl java mono moilscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \ fi \ /usr/sbin/semodule -B -s %2; \ else \