lockdown: Replace the other reference to a nonexistent manual page

This commit is contained in:
Ben Hutchings 2019-05-05 19:31:41 +01:00
parent ece5b4e4cd
commit 2468672816
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}