aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-05-05 19:31:41 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-05-05 19:31:41 +0100
commit246867281601a72a2ea9453f5e0e4ab0aae8c996 (patch)
treec834efdbbb10e17259e25fe9f557b69f6e7adc21
parentece5b4e4cd97b1cd58ae7ead83458d9c80524350 (diff)
downloadkernel_replicant_linux-246867281601a72a2ea9453f5e0e4ab0aae8c996.tar.gz
kernel_replicant_linux-246867281601a72a2ea9453f5e0e4ab0aae8c996.tar.bz2
kernel_replicant_linux-246867281601a72a2ea9453f5e0e4ab0aae8c996.zip
lockdown: Replace the other reference to a nonexistent manual page
-rw-r--r--debian/patches/features/all/lockdown/lockdown-refer-to-debian-wiki-until-manual-page-exists.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/patches/features/all/lockdown/lockdown-refer-to-debian-wiki-until-manual-page-exists.patch b/debian/patches/features/all/lockdown/lockdown-refer-to-debian-wiki-until-manual-page-exists.patch
index 1f63552e57fd..1d03d27d8ffa 100644
--- a/debian/patches/features/all/lockdown/lockdown-refer-to-debian-wiki-until-manual-page-exists.patch
+++ b/debian/patches/features/all/lockdown/lockdown-refer-to-debian-wiki-until-manual-page-exists.patch
@@ -21,3 +21,12 @@ Debian wiki.
where);
}
}
+@@ -60,7 +60,7 @@ void __init init_lockdown(void)
+ bool __kernel_is_locked_down(const char *what, bool first)
+ {
+ if (what && first && kernel_locked_down)
+- pr_notice("Lockdown: %s is restricted; see man kernel_lockdown.7\n",
++ pr_notice("Lockdown: %s is restricted; see https://wiki.debian.org/SecureBoot\n",
+ what);
+ return kernel_locked_down;
+ }