Rename audioentropy to entropy to match upstream
This commit is contained in:
parent
b3ef57fc19
commit
7cf580ebcc
@ -125,11 +125,11 @@ application = module
|
|||||||
arpwatch = module
|
arpwatch = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: audioentropy
|
# Module: entropy
|
||||||
#
|
#
|
||||||
# Generate entropy from audio input
|
# Generate entropy from audio input
|
||||||
#
|
#
|
||||||
audioentropy = module
|
entropy = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: authlogin
|
# Module: authlogin
|
||||||
|
@ -160,11 +160,11 @@ application = module
|
|||||||
arpwatch = module
|
arpwatch = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: audioentropy
|
# Module: entropy
|
||||||
#
|
#
|
||||||
# Generate entropy from audio input
|
# Generate entropy from audio input
|
||||||
#
|
#
|
||||||
audioentropy = module
|
entropy = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: authlogin
|
# Module: authlogin
|
||||||
|
@ -213,7 +213,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 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 \
|
fi \
|
||||||
rm -f /etc/selinux/%2/modules/active/modules/qemu.pp /etc/selinux/%2/modules/active/modules/nsplugin.pp \
|
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; \
|
/usr/sbin/semodule -B -n -s %2; \
|
||||||
|
Loading…
Reference in New Issue
Block a user