Remove tzdata domain, only necessary to make sure stuff is labeled correctly.
This commit is contained in:
parent
a56e13e7b8
commit
087aaea152
@ -1557,13 +1557,6 @@ wine = module
|
|||||||
#
|
#
|
||||||
wireshark = module
|
wireshark = module
|
||||||
|
|
||||||
# Layer: admin
|
|
||||||
# Module: tzdata
|
|
||||||
#
|
|
||||||
# Policy for tzdata-update
|
|
||||||
#
|
|
||||||
tzdata = module
|
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: userhelper
|
# Module: userhelper
|
||||||
#
|
#
|
||||||
|
@ -1880,13 +1880,6 @@ wireshark = module
|
|||||||
#
|
#
|
||||||
telepathy = module
|
telepathy = module
|
||||||
|
|
||||||
# Layer: admin
|
|
||||||
# Module: tzdata
|
|
||||||
#
|
|
||||||
# Policy for tzdata-update
|
|
||||||
#
|
|
||||||
tzdata = module
|
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: userhelper
|
# Module: userhelper
|
||||||
#
|
#
|
||||||
|
@ -219,7 +219,7 @@ fi;
|
|||||||
if [ -e /etc/selinux/%2/.rebuild ]; then \
|
if [ -e /etc/selinux/%2/.rebuild ]; then \
|
||||||
rm /etc/selinux/%2/.rebuild; \
|
rm /etc/selinux/%2/.rebuild; \
|
||||||
if [ %1 -ne 1 ]; then \
|
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 \
|
fi \
|
||||||
/usr/sbin/semodule -B -s %2; \
|
/usr/sbin/semodule -B -s %2; \
|
||||||
else \
|
else \
|
||||||
|
Loading…
Reference in New Issue
Block a user