From 52c02bb8d14e4e9a8087e25cfb1e8482f3d6c8a4 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 18 Oct 2010 12:35:00 -0400 Subject: ima: Default it to off Pass ima=on to enable. Reduce impact of the option when disabled. --- kernel.spec | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 3bb6f1e1..e1faa178 100644 --- a/kernel.spec +++ b/kernel.spec @@ -727,6 +727,8 @@ Patch12302: pnpacpi-cope-with-invalid-device-ids.patch Patch12303: dmar-disable-when-ricoh-multifunction.patch +Patch12304: ima-allow-it-to-be-completely-disabled-and-default-off.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1343,6 +1345,8 @@ ApplyPatch pnpacpi-cope-with-invalid-device-ids.patch # rhbz#605888 ApplyPatch dmar-disable-when-ricoh-multifunction.patch +ApplyPatch ima-allow-it-to-be-completely-disabled-and-default-off.patch + # END OF PATCH APPLICATIONS %endif @@ -1950,6 +1954,10 @@ fi # || || %changelog +* Mon Oct 18 2010 Kyle McMartin +- ima: Default it to off, pass ima=on to enable. Reduce impact of the option + when disabled. + * Mon Oct 18 2010 Kyle McMartin - Quirk to disable DMAR with Ricoh card reader/firewire. (rhbz#605888) -- cgit