[selinux-policy] Rename audioentropy to entropy to match upstream

Daniel J Walsh dwalsh at fedoraproject.org
Fri Jan 6 16:52:52 UTC 2012


commit 7cf580ebcc77e56905fdb2edc4572db9a61bc6ae
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Jan 6 11:52:44 2012 -0500

    Rename audioentropy to entropy to match upstream

 modules-mls.conf      |    4 ++--
 modules-targeted.conf |    4 ++--
 selinux-policy.spec   |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/modules-mls.conf b/modules-mls.conf
index d22f31f..819f9c4 100644
--- a/modules-mls.conf
+++ b/modules-mls.conf
@@ -125,11 +125,11 @@ application = module
 arpwatch = module
 
 # Layer: services
-# Module: audioentropy
+# Module: entropy
 #
 # Generate entropy from audio input
 # 
-audioentropy = module
+entropy = module
 
 # Layer: system
 # Module: authlogin
diff --git a/modules-targeted.conf b/modules-targeted.conf
index 62245b2..06392d7 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -160,11 +160,11 @@ application = module
 arpwatch = module
 
 # Layer: services
-# Module: audioentropy
+# Module: entropy
 #
 # Generate entropy from audio input
 # 
-audioentropy = module
+entropy = module
 
 # Layer: system
 # Module: authlogin
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 1983e28..3b565bf 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -213,7 +213,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 execmem openoffice ada tzdata 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 execmem openoffice ada tzdata hal hotplug howl java mono moilscanner gamin audio_entropy audioentropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \
    fi \
    rm -f  /etc/selinux/%2/modules/active/modules/qemu.pp /etc/selinux/%2/modules/active/modules/nsplugin.pp \
    /usr/sbin/semodule -B -n -s %2; \


More information about the scm-commits mailing list