public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
@ 2026-02-03 19:50 Alyssa Ross
  2026-02-03 19:53 ` Alyssa Ross
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Alyssa Ross @ 2026-02-03 19:50 UTC (permalink / raw)
  To: Alejandro Colomar
  Cc: Heinrich Schuchardt, David Howells, Nicolas Bouchinet,
	Xiu Jianfeng, linux-security-module, linux-man

This is true for Fedora, where this page was sourced from, but I don't
believe it has ever been true for the mainline kernel, because Linus
rejected it.

Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
---
 man/man7/kernel_lockdown.7 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/man/man7/kernel_lockdown.7 b/man/man7/kernel_lockdown.7
index 5090484ea..5986c8f01 100644
--- a/man/man7/kernel_lockdown.7
+++ b/man/man7/kernel_lockdown.7
@@ -23,9 +23,6 @@ Lockdown: X: Y is restricted, see man kernel_lockdown.7
 .in
 .P
 where X indicates the process name and Y indicates what is restricted.
-.P
-On an EFI-enabled x86 or arm64 machine, lockdown will be automatically enabled
-if the system boots in EFI Secure Boot mode.
 .\"
 .SS Coverage
 When lockdown is in effect, a number of features are disabled or have their
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-03 19:50 [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth Alyssa Ross
@ 2026-02-03 19:53 ` Alyssa Ross
  2026-02-03 20:27   ` Alejandro Colomar
  2026-02-04  9:03 ` Nicolas Bouchinet
  2026-02-05 11:48 ` Xiu Jianfeng
  2 siblings, 1 reply; 10+ messages in thread
From: Alyssa Ross @ 2026-02-03 19:53 UTC (permalink / raw)
  To: Alejandro Colomar
  Cc: Heinrich Schuchardt, David Howells, Nicolas Bouchinet,
	Xiu Jianfeng, linux-security-module, linux-man

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

On Tue, Feb 03, 2026 at 08:50:01PM +0100, Alyssa Ross wrote:
> This is true for Fedora, where this page was sourced from, but I don't
> believe it has ever been true for the mainline kernel, because Linus
> rejected it.
>
> Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> Signed-off-by: Alyssa Ross <hi@alyssa.is>

Just noticed there's a long-open bug for this as well, so additionally:

Closes: https://bugzilla.kernel.org/show_bug.cgi?id=213577

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-03 19:53 ` Alyssa Ross
@ 2026-02-03 20:27   ` Alejandro Colomar
  2026-02-03 20:47     ` Heinrich Schuchardt
  0 siblings, 1 reply; 10+ messages in thread
From: Alejandro Colomar @ 2026-02-03 20:27 UTC (permalink / raw)
  To: Alyssa Ross
  Cc: Heinrich Schuchardt, David Howells, Nicolas Bouchinet,
	Xiu Jianfeng, linux-security-module, linux-man

[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]

Hi Alyssa,

On 2026-02-03T20:53:33+0100, Alyssa Ross wrote:
> On Tue, Feb 03, 2026 at 08:50:01PM +0100, Alyssa Ross wrote:
> > This is true for Fedora, where this page was sourced from, but I don't
> > believe it has ever been true for the mainline kernel, because Linus
> > rejected it.
> >
> > Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> > Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> > Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")

I've now CCed you in an email documenting the format we use for these.
It should be:

Fixes: bb509e6fcbae (2020-10-16; "kernel_lockdown.7: New page documenting the Kernel Lockdown feature")

I'll amend that myself.

> > Signed-off-by: Alyssa Ross <hi@alyssa.is>
> 
> Just noticed there's a long-open bug for this as well, so additionally:
> 
> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=213577

Thanks!  I'll keep the patch for a few days, in case anyone wants to
comment.


Have a lovely night!
Alex

-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-03 20:27   ` Alejandro Colomar
@ 2026-02-03 20:47     ` Heinrich Schuchardt
  2026-02-10 22:03       ` Alejandro Colomar
  0 siblings, 1 reply; 10+ messages in thread
From: Heinrich Schuchardt @ 2026-02-03 20:47 UTC (permalink / raw)
  To: Alejandro Colomar, Alyssa Ross
  Cc: David Howells, Nicolas Bouchinet, Xiu Jianfeng,
	linux-security-module, linux-man

Am 3. Februar 2026 21:27:44 MEZ schrieb Alejandro Colomar <alx@kernel.org>:
>Hi Alyssa,
>
>On 2026-02-03T20:53:33+0100, Alyssa Ross wrote:
>> On Tue, Feb 03, 2026 at 08:50:01PM +0100, Alyssa Ross wrote:
>> > This is true for Fedora, where this page was sourced from, but I don't
>> > believe it has ever been true for the mainline kernel, because Linus
>> > rejected it.
>> >
>> > Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
>> > Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
>> > Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
>
>I've now CCed you in an email documenting the format we use for these.
>It should be:
>
>Fixes: bb509e6fcbae (2020-10-16; "kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
>
>I'll amend that myself.
>
>> > Signed-off-by: Alyssa Ross <hi@alyssa.is>
>> 
>> Just noticed there's a long-open bug for this as well, so additionally:
>> 
>> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=213577
>
>Thanks!  I'll keep the patch for a few days, in case anyone wants to
>comment.
>
>
>Have a lovely night!
>Alex
>

Can we move the information from the Notes section to replace the removed statement? What causes lockdown is central for users.

Best regards

Heinrich


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-03 19:50 [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth Alyssa Ross
  2026-02-03 19:53 ` Alyssa Ross
@ 2026-02-04  9:03 ` Nicolas Bouchinet
  2026-02-05 11:48 ` Xiu Jianfeng
  2 siblings, 0 replies; 10+ messages in thread
From: Nicolas Bouchinet @ 2026-02-04  9:03 UTC (permalink / raw)
  To: Alyssa Ross
  Cc: Alejandro Colomar, Heinrich Schuchardt, David Howells,
	Xiu Jianfeng, linux-security-module, linux-man

Hi,

On Tue, Feb 03, 2026 at 08:50:01PM +0100, Alyssa Ross wrote:
> This is true for Fedora, where this page was sourced from, but I don't
> believe it has ever been true for the mainline kernel, because Linus
> rejected it.
> 
I confirm this has never been merged upstream.
Idealy we really need to rewrite Lockdown documentation, it has changed
a lot since it was first introduced.

> Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> Signed-off-by: Alyssa Ross <hi@alyssa.is>
> ---
>  man/man7/kernel_lockdown.7 | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/man/man7/kernel_lockdown.7 b/man/man7/kernel_lockdown.7
> index 5090484ea..5986c8f01 100644
> --- a/man/man7/kernel_lockdown.7
> +++ b/man/man7/kernel_lockdown.7
> @@ -23,9 +23,6 @@ Lockdown: X: Y is restricted, see man kernel_lockdown.7
>  .in
>  .P
>  where X indicates the process name and Y indicates what is restricted.
> -.P
> -On an EFI-enabled x86 or arm64 machine, lockdown will be automatically enabled
> -if the system boots in EFI Secure Boot mode.
>  .\"
>  .SS Coverage
>  When lockdown is in effect, a number of features are disabled or have their
> -- 
> 2.52.0

Best regards,

Nicolas

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-03 19:50 [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth Alyssa Ross
  2026-02-03 19:53 ` Alyssa Ross
  2026-02-04  9:03 ` Nicolas Bouchinet
@ 2026-02-05 11:48 ` Xiu Jianfeng
  2026-02-05 13:10   ` Alejandro Colomar
  2026-02-06 16:08   ` Nicolas Bouchinet
  2 siblings, 2 replies; 10+ messages in thread
From: Xiu Jianfeng @ 2026-02-05 11:48 UTC (permalink / raw)
  To: Alyssa Ross, Alejandro Colomar
  Cc: Heinrich Schuchardt, David Howells, Nicolas Bouchinet,
	linux-security-module, linux-man

On 2/4/2026 3:50 AM, Alyssa Ross wrote:
> This is true for Fedora, where this page was sourced from, but I don't
> believe it has ever been true for the mainline kernel, because Linus
> rejected it.

Yeah, I also found this issue not long ago, but I haven't had time to 
submit a fix patch yet.

> 
> Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> Signed-off-by: Alyssa Ross <hi@alyssa.is>

I am not sure if appropriate to add my ACK here, if needed, feel free to 
add:

Acked-by: Xiu Jianfeng <xiujianfeng@huawei.com>

> ---
>   man/man7/kernel_lockdown.7 | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/man/man7/kernel_lockdown.7 b/man/man7/kernel_lockdown.7
> index 5090484ea..5986c8f01 100644
> --- a/man/man7/kernel_lockdown.7
> +++ b/man/man7/kernel_lockdown.7
> @@ -23,9 +23,6 @@ Lockdown: X: Y is restricted, see man kernel_lockdown.7
>   .in
>   .P
>   where X indicates the process name and Y indicates what is restricted.
> -.P
> -On an EFI-enabled x86 or arm64 machine, lockdown will be automatically enabled
> -if the system boots in EFI Secure Boot mode.
>   .\"
>   .SS Coverage
>   When lockdown is in effect, a number of features are disabled or have their


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-05 11:48 ` Xiu Jianfeng
@ 2026-02-05 13:10   ` Alejandro Colomar
  2026-02-06 16:08   ` Nicolas Bouchinet
  1 sibling, 0 replies; 10+ messages in thread
From: Alejandro Colomar @ 2026-02-05 13:10 UTC (permalink / raw)
  To: Xiu Jianfeng
  Cc: Alyssa Ross, Heinrich Schuchardt, David Howells,
	Nicolas Bouchinet, linux-security-module, linux-man

[-- Attachment #1: Type: text/plain, Size: 1688 bytes --]

Hi Xiu,

On 2026-02-05T19:48:02+0800, Xiu Jianfeng wrote:
> On 2/4/2026 3:50 AM, Alyssa Ross wrote:
> > This is true for Fedora, where this page was sourced from, but I don't
> > believe it has ever been true for the mainline kernel, because Linus
> > rejected it.
> 
> Yeah, I also found this issue not long ago, but I haven't had time to submit
> a fix patch yet.
> 
> > 
> > Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> > Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> > Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> > Signed-off-by: Alyssa Ross <hi@alyssa.is>
> 
> I am not sure if appropriate to add my ACK here, if needed, feel free to
> add:
> 
> Acked-by: Xiu Jianfeng <xiujianfeng@huawei.com>

It's appropriate.  Thanks!


Have a lovely day!
Alex

> 
> > ---
> >   man/man7/kernel_lockdown.7 | 3 ---
> >   1 file changed, 3 deletions(-)
> > 
> > diff --git a/man/man7/kernel_lockdown.7 b/man/man7/kernel_lockdown.7
> > index 5090484ea..5986c8f01 100644
> > --- a/man/man7/kernel_lockdown.7
> > +++ b/man/man7/kernel_lockdown.7
> > @@ -23,9 +23,6 @@ Lockdown: X: Y is restricted, see man kernel_lockdown.7
> >   .in
> >   .P
> >   where X indicates the process name and Y indicates what is restricted.
> > -.P
> > -On an EFI-enabled x86 or arm64 machine, lockdown will be automatically enabled
> > -if the system boots in EFI Secure Boot mode.
> >   .\"
> >   .SS Coverage
> >   When lockdown is in effect, a number of features are disabled or have their
> 
> 

-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-05 11:48 ` Xiu Jianfeng
  2026-02-05 13:10   ` Alejandro Colomar
@ 2026-02-06 16:08   ` Nicolas Bouchinet
  2026-02-10 22:06     ` Alejandro Colomar
  1 sibling, 1 reply; 10+ messages in thread
From: Nicolas Bouchinet @ 2026-02-06 16:08 UTC (permalink / raw)
  To: Xiu Jianfeng
  Cc: Alyssa Ross, Alejandro Colomar, Heinrich Schuchardt,
	David Howells, linux-security-module, linux-man

On Thu, Feb 05, 2026 at 07:48:02PM +0800, Xiu Jianfeng wrote:
> On 2/4/2026 3:50 AM, Alyssa Ross wrote:
> > This is true for Fedora, where this page was sourced from, but I don't
> > believe it has ever been true for the mainline kernel, because Linus
> > rejected it.
> 
> Yeah, I also found this issue not long ago, but I haven't had time to submit
> a fix patch yet.
> 
> > 
> > Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> > Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> > Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> > Signed-off-by: Alyssa Ross <hi@alyssa.is>
> 
> I am not sure if appropriate to add my ACK here, if needed, feel free to
> add:
> 
> Acked-by: Xiu Jianfeng <xiujianfeng@huawei.com>
> 

You can also add mine too :

Acked-by: Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>

Thank you in advance,

Nicolas

> > ---
> >   man/man7/kernel_lockdown.7 | 3 ---
> >   1 file changed, 3 deletions(-)
> > 
> > diff --git a/man/man7/kernel_lockdown.7 b/man/man7/kernel_lockdown.7
> > index 5090484ea..5986c8f01 100644
> > --- a/man/man7/kernel_lockdown.7
> > +++ b/man/man7/kernel_lockdown.7
> > @@ -23,9 +23,6 @@ Lockdown: X: Y is restricted, see man kernel_lockdown.7
> >   .in
> >   .P
> >   where X indicates the process name and Y indicates what is restricted.
> > -.P
> > -On an EFI-enabled x86 or arm64 machine, lockdown will be automatically enabled
> > -if the system boots in EFI Secure Boot mode.
> >   .\"
> >   .SS Coverage
> >   When lockdown is in effect, a number of features are disabled or have their
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-03 20:47     ` Heinrich Schuchardt
@ 2026-02-10 22:03       ` Alejandro Colomar
  0 siblings, 0 replies; 10+ messages in thread
From: Alejandro Colomar @ 2026-02-10 22:03 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Alyssa Ross, David Howells, Nicolas Bouchinet, Xiu Jianfeng,
	linux-security-module, linux-man

[-- Attachment #1: Type: text/plain, Size: 1684 bytes --]

Hi Heinrich,

On 2026-02-03T21:47:57+0100, Heinrich Schuchardt wrote:
> Am 3. Februar 2026 21:27:44 MEZ schrieb Alejandro Colomar <alx@kernel.org>:
> >Hi Alyssa,
> >
> >On 2026-02-03T20:53:33+0100, Alyssa Ross wrote:
> >> On Tue, Feb 03, 2026 at 08:50:01PM +0100, Alyssa Ross wrote:
> >> > This is true for Fedora, where this page was sourced from, but I don't
> >> > believe it has ever been true for the mainline kernel, because Linus
> >> > rejected it.
> >> >
> >> > Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> >> > Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> >> > Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> >
> >I've now CCed you in an email documenting the format we use for these.
> >It should be:
> >
> >Fixes: bb509e6fcbae (2020-10-16; "kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> >
> >I'll amend that myself.
> >
> >> > Signed-off-by: Alyssa Ross <hi@alyssa.is>
> >> 
> >> Just noticed there's a long-open bug for this as well, so additionally:
> >> 
> >> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=213577
> >
> >Thanks!  I'll keep the patch for a few days, in case anyone wants to
> >comment.
> >
> >
> >Have a lovely night!
> >Alex
> >
> 
> Can we move the information from the Notes section to replace the
> removed statement? What causes lockdown is central for users.

We can do that, yes.  Although, I prefer doing it in a separate patch.


Have a lovely night!
Alex

> 
> Best regards
> 
> Heinrich
> 

-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
  2026-02-06 16:08   ` Nicolas Bouchinet
@ 2026-02-10 22:06     ` Alejandro Colomar
  0 siblings, 0 replies; 10+ messages in thread
From: Alejandro Colomar @ 2026-02-10 22:06 UTC (permalink / raw)
  To: Nicolas Bouchinet
  Cc: Xiu Jianfeng, Alyssa Ross, Heinrich Schuchardt, David Howells,
	linux-security-module, linux-man

[-- Attachment #1: Type: text/plain, Size: 2827 bytes --]

Hi all,

On 2026-02-06T17:08:35+0100, Nicolas Bouchinet wrote:
> On Thu, Feb 05, 2026 at 07:48:02PM +0800, Xiu Jianfeng wrote:
> > On 2/4/2026 3:50 AM, Alyssa Ross wrote:
> > > This is true for Fedora, where this page was sourced from, but I don't
> > > believe it has ever been true for the mainline kernel, because Linus
> > > rejected it.
> > 
> > Yeah, I also found this issue not long ago, but I haven't had time to submit
> > a fix patch yet.
> > 
> > > 
> > > Link: https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704
> > > Link: https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/
> > > Fixes: bb509e6fc ("kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
> > > Signed-off-by: Alyssa Ross <hi@alyssa.is>
> > 
> > I am not sure if appropriate to add my ACK here, if needed, feel free to
> > add:
> > 
> > Acked-by: Xiu Jianfeng <xiujianfeng@huawei.com>
> > 
> 
> You can also add mine too :
> 
> Acked-by: Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>

Thanks!  I've applied the patch.

    Link: <https://bbs.archlinux.org/viewtopic.php?pid=2088704#p2088704>
    Link: <https://lore.kernel.org/lkml/CA+55aFzYbpRAdma0PvqE+9ygySuKzNKByqOzzMufBoovXVnfPw@mail.gmail.com/>
    Fixes: bb509e6fcbae (2020-10-16; "kernel_lockdown.7: New page documenting the Kernel Lockdown feature")
    Signed-off-by: Alyssa Ross <hi@alyssa.is>
    Message-ID: <20260203195001.20131-1-hi@alyssa.is>
    Acked-by: Xiu Jianfeng <xiujianfeng@huawei.com>
    Message-ID: <aa62e24c-537e-4141-9507-37cd0af19dfc@huawei.com>
    Acked-by: Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>
    Message-ID: <aYYP23WUyydsMGyx@archlinux>
    Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
    Cc: David Howells <dhowells@redhat.com>
    Cc: <linux-security-module@vger.kernel.org>
    Signed-off-by: Alejandro Colomar <alx@kernel.org>


Have a lovely night!
Alex

> 
> Thank you in advance,
> 
> Nicolas
> 
> > > ---
> > >   man/man7/kernel_lockdown.7 | 3 ---
> > >   1 file changed, 3 deletions(-)
> > > 
> > > diff --git a/man/man7/kernel_lockdown.7 b/man/man7/kernel_lockdown.7
> > > index 5090484ea..5986c8f01 100644
> > > --- a/man/man7/kernel_lockdown.7
> > > +++ b/man/man7/kernel_lockdown.7
> > > @@ -23,9 +23,6 @@ Lockdown: X: Y is restricted, see man kernel_lockdown.7
> > >   .in
> > >   .P
> > >   where X indicates the process name and Y indicates what is restricted.
> > > -.P
> > > -On an EFI-enabled x86 or arm64 machine, lockdown will be automatically enabled
> > > -if the system boots in EFI Secure Boot mode.
> > >   .\"
> > >   .SS Coverage
> > >   When lockdown is in effect, a number of features are disabled or have their
> > 

-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-10 22:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 19:50 [PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth Alyssa Ross
2026-02-03 19:53 ` Alyssa Ross
2026-02-03 20:27   ` Alejandro Colomar
2026-02-03 20:47     ` Heinrich Schuchardt
2026-02-10 22:03       ` Alejandro Colomar
2026-02-04  9:03 ` Nicolas Bouchinet
2026-02-05 11:48 ` Xiu Jianfeng
2026-02-05 13:10   ` Alejandro Colomar
2026-02-06 16:08   ` Nicolas Bouchinet
2026-02-10 22:06     ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox