[selinux-policy] Remove tzdata domain, only necessary to make sure stuff is labeled correctly.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 20 15:43:39 UTC 2011


commit 087aaea1525f55cf6430d109c9e9dd557748dad8
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Oct 20 11:43:18 2011 -0400

    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 insertions(+), 15 deletions(-)
---
diff --git a/modules-mls.conf b/modules-mls.conf
index b4ac026..f58fd74 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 c806c9d..390ee4d 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 65fff61..3a9e0ac 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 \


More information about the scm-commits mailing list