Remove tzdata domain, only necessary to make sure stuff is labeled correctly.

This commit is contained in:
Dan Walsh 2011-10-20 11:43:18 -04:00
parent a56e13e7b8
commit 087aaea152
3 changed files with 1 additions and 15 deletions

View File

@ -1557,13 +1557,6 @@ wine = module
#
wireshark = module
# Layer: admin
# Module: tzdata
#
# Policy for tzdata-update
#
tzdata = module
# Layer: apps
# Module: userhelper
#

View File

@ -1880,13 +1880,6 @@ wireshark = module
#
telepathy = module
# Layer: admin
# Module: tzdata
#
# Policy for tzdata-update
#
tzdata = module
# Layer: apps
# Module: userhelper
#

View File

@ -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 \