disable tpm/ima on ppc

This commit is contained in:
Kyle McMartin 2011-03-29 21:18:02 -04:00
parent 1862e7dee1
commit 755fd341e7
3 changed files with 6 additions and 1 deletions

View File

@ -338,3 +338,6 @@ CONFIG_SERIAL_GRLIB_GAISLER_APBUART=m
CONFIG_MPC512X_DMA=m
CONFIG_KVM_GUEST=y
# CONFIG_IMA is not set
# CONFIG_TCG_TPM is not set

View File

@ -137,7 +137,6 @@ CONFIG_VIRTUALIZATION=y
# CONFIG_MEMSTICK is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_TCG_TPM is not set
# PPC gets sad with debug alloc (bz 448598)
# CONFIG_DEBUG_PAGEALLOC is not set

View File

@ -1969,6 +1969,9 @@ fi
# and build.
%changelog
* Tue Mar 29 2011 Kyle McMartin <kmcmartin@redhat.com>
- Disable CONFIG_IMA, CONFIG_TCG_TPM on powerpc (#689468)
* Tue Mar 29 2011 Kyle McMartin <kmcmartin@redhat.com>
- printk: do not mangle valid userspace syslog prefixes with
/dev/kmsg (#691888)