linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project
@ 2020-04-22 19:07 Salvatore Bonaccorso
  2020-04-22 19:13 ` Salvatore Bonaccorso
  2020-04-23  2:55 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Salvatore Bonaccorso @ 2020-04-22 19:07 UTC (permalink / raw)
  To: netdev
  Cc: linux-security-module, Paul Moore, David S. Miller,
	Jakub Kicinski, linux-kernel, Salvatore Bonaccorso

The NetLabel Tools project has moved from http://netlabel.sf.net to a
GitHub. Update to directly refer to the new home for the tools.

Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
---
 net/netlabel/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netlabel/Kconfig b/net/netlabel/Kconfig
index 64280a1d3906..07b03c306f28 100644
--- a/net/netlabel/Kconfig
+++ b/net/netlabel/Kconfig
@@ -14,6 +14,6 @@ config NETLABEL
 	  Documentation/netlabel as well as the NetLabel SourceForge project
 	  for configuration tools and additional documentation.
 
-	   * http://netlabel.sf.net
+	   * https://github.com/netlabel/netlabel_tools
 
 	  If you are unsure, say N.
-- 
2.26.2


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

* Re: [PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project
  2020-04-22 19:07 [PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project Salvatore Bonaccorso
@ 2020-04-22 19:13 ` Salvatore Bonaccorso
  2020-04-22 19:21   ` Paul Moore
  2020-04-23  2:55 ` David Miller
  1 sibling, 1 reply; 4+ messages in thread
From: Salvatore Bonaccorso @ 2020-04-22 19:13 UTC (permalink / raw)
  To: netdev
  Cc: linux-security-module, Paul Moore, David S. Miller,
	Jakub Kicinski, linux-kernel

On Wed, Apr 22, 2020 at 09:07:53PM +0200, Salvatore Bonaccorso wrote:
> The NetLabel Tools project has moved from http://netlabel.sf.net to a
> GitHub. Update to directly refer to the new home for the tools.

Oh, well s/GitHub/GitHub project/.

> 
> Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
> ---
>  net/netlabel/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/netlabel/Kconfig b/net/netlabel/Kconfig
> index 64280a1d3906..07b03c306f28 100644
> --- a/net/netlabel/Kconfig
> +++ b/net/netlabel/Kconfig
> @@ -14,6 +14,6 @@ config NETLABEL
>  	  Documentation/netlabel as well as the NetLabel SourceForge project
>  	  for configuration tools and additional documentation.
>  
> -	   * http://netlabel.sf.net
> +	   * https://github.com/netlabel/netlabel_tools
>  
>  	  If you are unsure, say N.
> -- 
> 2.26.2
> 

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

* Re: [PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project
  2020-04-22 19:13 ` Salvatore Bonaccorso
@ 2020-04-22 19:21   ` Paul Moore
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Moore @ 2020-04-22 19:21 UTC (permalink / raw)
  To: Salvatore Bonaccorso
  Cc: netdev, linux-security-module, David S. Miller, Jakub Kicinski,
	linux-kernel

On Wed, Apr 22, 2020 at 3:13 PM Salvatore Bonaccorso <carnil@debian.org> wrote:
> On Wed, Apr 22, 2020 at 09:07:53PM +0200, Salvatore Bonaccorso wrote:
> > The NetLabel Tools project has moved from http://netlabel.sf.net to a
> > GitHub. Update to directly refer to the new home for the tools.
>
> Oh, well s/GitHub/GitHub project/.
>
> >
> > Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
> > ---
> >  net/netlabel/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks Salvatore.

Acked-by: Paul Moore <paul@paul-moore.com>

> > diff --git a/net/netlabel/Kconfig b/net/netlabel/Kconfig
> > index 64280a1d3906..07b03c306f28 100644
> > --- a/net/netlabel/Kconfig
> > +++ b/net/netlabel/Kconfig
> > @@ -14,6 +14,6 @@ config NETLABEL
> >         Documentation/netlabel as well as the NetLabel SourceForge project
> >         for configuration tools and additional documentation.
> >
> > -        * http://netlabel.sf.net
> > +        * https://github.com/netlabel/netlabel_tools
> >
> >         If you are unsure, say N.
> > --
> > 2.26.2

-- 
paul moore
www.paul-moore.com

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

* Re: [PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project
  2020-04-22 19:07 [PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project Salvatore Bonaccorso
  2020-04-22 19:13 ` Salvatore Bonaccorso
@ 2020-04-23  2:55 ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2020-04-23  2:55 UTC (permalink / raw)
  To: carnil; +Cc: netdev, linux-security-module, paul, kuba, linux-kernel

From: Salvatore Bonaccorso <carnil@debian.org>
Date: Wed, 22 Apr 2020 21:07:53 +0200

> The NetLabel Tools project has moved from http://netlabel.sf.net to a
> GitHub. Update to directly refer to the new home for the tools.
> 
> Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>

Applied.

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

end of thread, other threads:[~2020-04-23  2:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 19:07 [PATCH] netlabel: Kconfig: Update reference for NetLabel Tools project Salvatore Bonaccorso
2020-04-22 19:13 ` Salvatore Bonaccorso
2020-04-22 19:21   ` Paul Moore
2020-04-23  2:55 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).