diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-05-04 12:24:40 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-05-04 12:24:40 -0500 |
commit | 05e55297ee7dac97581503cd45f381a6f994717a (patch) | |
tree | 5c1815e6378d9c9f25cd47a26b1120c891a773f0 /MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch | |
parent | c528f49c023bad88f68a601732760ccfd2379e5c (diff) | |
download | kernel-05e55297ee7dac97581503cd45f381a6f994717a.tar.gz kernel-05e55297ee7dac97581503cd45f381a6f994717a.tar.xz kernel-05e55297ee7dac97581503cd45f381a6f994717a.zip |
Linux v4.11-7650-ga1be8ed
Diffstat (limited to 'MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch')
-rw-r--r-- | MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch b/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch index 76084d472..e5b531215 100644 --- a/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch +++ b/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch @@ -55,8 +55,8 @@ index 5bc291a3d261..56ff5715ab67 100644 --- a/include/keys/system_keyring.h +++ b/include/keys/system_keyring.h @@ -36,6 +36,7 @@ extern int restrict_link_by_builtin_and_secondary_trusted( - #ifdef CONFIG_SYSTEM_BLACKLIST_KEYRING - extern struct key *system_blacklist_keyring; + return 0; + } #endif +extern struct key *get_system_keyring(void); |