Re: [PATCH] apparmor: update website link
Ryan Lee via AppArmor <[email protected]> Wed, 22 Jul 2026 09:35:05 -0700
| Newsgroups | gmane.comp.security.apparmor,gmane.linux.kernel.lsm |
|---|---|
| Message-ID | <CAKCV-6vP2FKgTj5PT3xB_TDL+zLk7xYf2BNw6mKXfPb3OO2TWA@mail.gmail.com> |
On Tue, Jul 21, 2026 at 4:40 AM Baruch Siach <[email protected]> wrote: > > apparmor.wiki.kernel.org redirects to the current website. > > Signed-off-by: Baruch Siach <[email protected]> > --- > security/apparmor/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/security/apparmor/Kconfig b/security/apparmor/Kconfig > index 1e3bd44643da..472aa38254be 100644 > --- a/security/apparmor/Kconfig > +++ b/security/apparmor/Kconfig > @@ -11,7 +11,7 @@ config SECURITY_APPARMOR > This enables the AppArmor security module. > Required userspace tools (if they are not included in your > distribution) and further information may be found at > - http://apparmor.wiki.kernel.org > + https://wiki.apparmor.net > > If you are unsure how to answer this question, answer N. > > -- > 2.53.0 > > Reviewed-by: Ryan Lee <[email protected]>