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
|
ApplyPatch linux-2.6-e1000-ich9-montevina.patch
|
||||||
|
|
||||||
# crypto/
|
# crypto/
|
||||||
# ApplyPatch modsign-post-KS-jwb.patch
|
ApplyPatch modsign-post-KS-jwb.patch
|
||||||
|
|
||||||
# secure boot
|
# secure boot
|
||||||
# ApplyPatch secure-boot-20120924.patch
|
ApplyPatch secure-boot-20120924.patch
|
||||||
|
|
||||||
# Improved PCI support for UEFI
|
# Improved PCI support for UEFI
|
||||||
ApplyPatch handle-efi-roms.patch
|
ApplyPatch handle-efi-roms.patch
|
||||||
@ -2301,6 +2301,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%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
|
* Mon Oct 15 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc1.git0.1
|
||||||
- Linux 3.7-rc1
|
- Linux 3.7-rc1
|
||||||
- Disable debugging options.
|
- 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>
|
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(-)
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/include/linux/capability.h b/include/linux/capability.h
|
diff --git a/include/linux/capability.h b/include/linux/capability.h
|
||||||
index d10b7ed..4345bc8 100644
|
index d10b7ed..4345bc8 100644
|
||||||
--- a/include/linux/capability.h
|
--- a/include/uapi/linux/capability.h
|
||||||
+++ b/include/linux/capability.h
|
+++ b/include/uapi/linux/capability.h
|
||||||
@@ -364,7 +364,11 @@ struct cpu_vfs_cap_data {
|
@@ -364,7 +364,11 @@ struct cpu_vfs_cap_data {
|
||||||
|
|
||||||
#define CAP_BLOCK_SUSPEND 36
|
#define CAP_BLOCK_SUSPEND 36
|
||||||
|
Loading…
Reference in New Issue
Block a user