summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2010-10-18 12:35:00 -0400
committerKyle McMartin <kyle@mcmartin.ca>2010-10-18 12:35:00 -0400
commit52c02bb8d14e4e9a8087e25cfb1e8482f3d6c8a4 (patch)
tree2dfa3d8c15d2eb6ef215ffef59c6057eb9300ea1 /kernel.spec
parentdbda5f5afdca53ed9c5518634594372d6b5a75ec (diff)
downloadkernel-52c02bb8d14e4e9a8087e25cfb1e8482f3d6c8a4.tar.gz
kernel-52c02bb8d14e4e9a8087e25cfb1e8482f3d6c8a4.tar.xz
kernel-52c02bb8d14e4e9a8087e25cfb1e8482f3d6c8a4.zip
ima: Default it to off
Pass ima=on to enable. Reduce impact of the option when disabled.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 3bb6f1e1a..e1faa1784 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
@@ -1951,6 +1955,10 @@ fi
%changelog
* Mon Oct 18 2010 Kyle McMartin <kyle@redhat.com>
+- ima: Default it to off, pass ima=on to enable. Reduce impact of the option
+ when disabled.
+
+* Mon Oct 18 2010 Kyle McMartin <kyle@redhat.com>
- Quirk to disable DMAR with Ricoh card reader/firewire. (rhbz#605888)
* Fri Oct 15 2010 Kyle McMartin <kyle@redhat.com>