Fedora no longer ships kerneloops, dropping policy
This commit is contained in:
parent
01be486292
commit
d3a57c6cc7
@ -1878,13 +1878,6 @@ prelude = module
|
|||||||
#
|
#
|
||||||
pads = module
|
pads = module
|
||||||
|
|
||||||
# Layer: services
|
|
||||||
# Module: kerneloops
|
|
||||||
#
|
|
||||||
# program to collect and submit kernel oopses to kerneloops.org
|
|
||||||
#
|
|
||||||
kerneloops = module
|
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: podsleuth
|
# Module: podsleuth
|
||||||
#
|
#
|
||||||
|
@ -2249,13 +2249,6 @@ prelude = module
|
|||||||
#
|
#
|
||||||
pads = module
|
pads = module
|
||||||
|
|
||||||
# Layer: services
|
|
||||||
# Module: kerneloops
|
|
||||||
#
|
|
||||||
# program to collect and submit kernel oopses to kerneloops.org
|
|
||||||
#
|
|
||||||
kerneloops = module
|
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: podsleuth
|
# Module: podsleuth
|
||||||
#
|
#
|
||||||
|
@ -221,7 +221,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 audioentropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \
|
/usr/sbin/semodule -n -s %2 -r kudzu kerneloops 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