re-enable modsign and secure boot
This commit is contained in:
parent
cee1c9b0ca
commit
be7ac52af6
@ -1390,10 +1390,10 @@ ApplyPatch linux-2.6-crash-driver.patch
|
||||
ApplyPatch linux-2.6-e1000-ich9-montevina.patch
|
||||
|
||||
# crypto/
|
||||
# ApplyPatch modsign-post-KS-jwb.patch
|
||||
ApplyPatch modsign-post-KS-jwb.patch
|
||||
|
||||
# secure boot
|
||||
# ApplyPatch secure-boot-20120924.patch
|
||||
ApplyPatch secure-boot-20120924.patch
|
||||
|
||||
# Improved PCI support for UEFI
|
||||
ApplyPatch handle-efi-roms.patch
|
||||
@ -2301,6 +2301,9 @@ fi
|
||||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Mon Oct 15 2012 Justin M. Forbes <jforbes@redhat.com>
|
||||
- re-enable modsign and secure boot
|
||||
|
||||
* Mon Oct 15 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc1.git0.1
|
||||
- Linux 3.7-rc1
|
||||
- Disable debugging options.
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -11,13 +11,13 @@ capability set if required.
|
||||
|
||||
Signed-off-by: Matthew Garrett <mjg@redhat.com>
|
||||
---
|
||||
include/linux/capability.h | 6 +++++-
|
||||
include/uapi/linux/capability.h | 6 +++++-
|
||||
1 file changed, 5 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/linux/capability.h b/include/linux/capability.h
|
||||
index d10b7ed..4345bc8 100644
|
||||
--- a/include/linux/capability.h
|
||||
+++ b/include/linux/capability.h
|
||||
--- a/include/uapi/linux/capability.h
|
||||
+++ b/include/uapi/linux/capability.h
|
||||
@@ -364,7 +364,11 @@ struct cpu_vfs_cap_data {
|
||||
|
||||
#define CAP_BLOCK_SUSPEND 36
|
||||
|
Loading…
Reference in New Issue
Block a user