selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] userspace: replace all links to selinuxproject.org
@ 2025-06-16 13:44 Stephen Smalley
  2025-06-23 17:19 ` James Carter
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Smalley @ 2025-06-16 13:44 UTC (permalink / raw)
  To: selinux; +Cc: jwcart2, lautrbach, Stephen Smalley

Replace all links to selinuxproject.org with links to the
SELinux userspace wiki or the SELinux notebook as appropriate.

Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
---
v2 uses https rather than http.

 CONTRIBUTING.md                    | 4 ++--
 libselinux/src/libselinux.pc.in    | 2 +-
 libsemanage/src/libsemanage.pc.in  | 2 +-
 libsepol/src/libsepol.pc.in        | 2 +-
 scripts/make-update                | 2 +-
 secilc/docs/cil_user_statements.md | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e6a677a0..575410bf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,8 +8,8 @@ You can find a list of open issues where you might contribute to the SELinux ker
 https://github.com/SELinuxProject/selinux-kernel/issues or to the SELinux userspace code at
 https://github.com/SELinuxProject/selinux/issues.
 
-See the selinuxproject.org [user resources
-page](http://selinuxproject.org/page/User_Resources) for more
+See the SELinux userspace
+[wiki page](https://github.com/selinuxproject/selinux/wiki) for more
 information on mailing lists, documentation, and other resources.
 
 ## Reporting Bugs
diff --git a/libselinux/src/libselinux.pc.in b/libselinux/src/libselinux.pc.in
index 7c66b1fa..cca4753b 100644
--- a/libselinux/src/libselinux.pc.in
+++ b/libselinux/src/libselinux.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: libselinux
 Description: SELinux utility library
 Version: @VERSION@
-URL: http://userspace.selinuxproject.org/
+URL: https://github.com/selinuxproject/selinux/wiki/Releases
 Requires.private: libsepol @PCRE_MODULE@
 Libs: -L${libdir} -lselinux
 Cflags: -I${includedir}
diff --git a/libsemanage/src/libsemanage.pc.in b/libsemanage/src/libsemanage.pc.in
index 43681ddb..303f8069 100644
--- a/libsemanage/src/libsemanage.pc.in
+++ b/libsemanage/src/libsemanage.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: libsemanage
 Description: SELinux management library
 Version: @VERSION@
-URL: http://userspace.selinuxproject.org/
+URL: https://github.com/selinuxproject/selinux/wiki/Releases
 Requires.private: libselinux libsepol
 Libs: -L${libdir} -lsemanage
 Libs.private: -lbz2
diff --git a/libsepol/src/libsepol.pc.in b/libsepol/src/libsepol.pc.in
index f807fec6..b5361404 100644
--- a/libsepol/src/libsepol.pc.in
+++ b/libsepol/src/libsepol.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libsepol
 Description: SELinux policy library
 Version: @VERSION@
-URL: http://userspace.selinuxproject.org/
+URL: https://github.com/selinuxproject/selinux/wiki/Releases
 Libs: -L${libdir} -lsepol
 Cflags: -I${includedir}
diff --git a/scripts/make-update b/scripts/make-update
index 4c940e1b..d83e1772 100755
--- a/scripts/make-update
+++ b/scripts/make-update
@@ -30,7 +30,7 @@ echo "Copy $ARCHIVE from $DEST to the server and update its download link and ch
 
 echo ""
 
-echo "[http://userspace.selinuxproject.org/releases/$TAG/$ARCHIVE $ARCHIVE]"
+echo "[https://github.com/selinuxproject/selinux/releases/download/$TAG/$ARCHIVE $ARCHIVE]"
 echo ""
 echo "`sha256sum $ARCHIVE`"
 echo ""
diff --git a/secilc/docs/cil_user_statements.md b/secilc/docs/cil_user_statements.md
index d5674f12..dad88ef6 100644
--- a/secilc/docs/cil_user_statements.md
+++ b/secilc/docs/cil_user_statements.md
@@ -358,7 +358,7 @@ The user `test` cannot have greater privileges than `unconfined.user`:
 userprefix
 ----------
 
-Declare a user prefix that will be replaced by the file labeling utilities described at [http://selinuxproject.org/page/PolicyStoreConfigurationFiles](http://selinuxproject.org/page/PolicyStoreConfigurationFiles#file_contexts.template_File) that details the `file_contexts` entries.
+Declare a user prefix that will be replaced by the file labeling utilities described at [https://github.com/SELinuxProject/selinux-notebook/blob/main/src/policy_store_config_files.md](https://github.com/SELinuxProject/selinux-notebook/blob/main/src/policy_store_config_files.md#building-the-file-labeling-support-files) that details the `file_contexts` entries.
 
 **Statement definition:**
 
-- 
2.49.0


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

* Re: [PATCH v2] userspace: replace all links to selinuxproject.org
  2025-06-16 13:44 [PATCH v2] userspace: replace all links to selinuxproject.org Stephen Smalley
@ 2025-06-23 17:19 ` James Carter
  2025-06-23 18:48   ` James Carter
  0 siblings, 1 reply; 3+ messages in thread
From: James Carter @ 2025-06-23 17:19 UTC (permalink / raw)
  To: Stephen Smalley; +Cc: selinux, lautrbach

On Mon, Jun 16, 2025 at 9:45 AM Stephen Smalley
<stephen.smalley.work@gmail.com> wrote:
>
> Replace all links to selinuxproject.org with links to the
> SELinux userspace wiki or the SELinux notebook as appropriate.
>
> Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>

Acked-by: James Carter <jwcart2@gmail.com>

> ---
> v2 uses https rather than http.
>
>  CONTRIBUTING.md                    | 4 ++--
>  libselinux/src/libselinux.pc.in    | 2 +-
>  libsemanage/src/libsemanage.pc.in  | 2 +-
>  libsepol/src/libsepol.pc.in        | 2 +-
>  scripts/make-update                | 2 +-
>  secilc/docs/cil_user_statements.md | 2 +-
>  6 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index e6a677a0..575410bf 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -8,8 +8,8 @@ You can find a list of open issues where you might contribute to the SELinux ker
>  https://github.com/SELinuxProject/selinux-kernel/issues or to the SELinux userspace code at
>  https://github.com/SELinuxProject/selinux/issues.
>
> -See the selinuxproject.org [user resources
> -page](http://selinuxproject.org/page/User_Resources) for more
> +See the SELinux userspace
> +[wiki page](https://github.com/selinuxproject/selinux/wiki) for more
>  information on mailing lists, documentation, and other resources.
>
>  ## Reporting Bugs
> diff --git a/libselinux/src/libselinux.pc.in b/libselinux/src/libselinux.pc.in
> index 7c66b1fa..cca4753b 100644
> --- a/libselinux/src/libselinux.pc.in
> +++ b/libselinux/src/libselinux.pc.in
> @@ -6,7 +6,7 @@ includedir=@includedir@
>  Name: libselinux
>  Description: SELinux utility library
>  Version: @VERSION@
> -URL: http://userspace.selinuxproject.org/
> +URL: https://github.com/selinuxproject/selinux/wiki/Releases
>  Requires.private: libsepol @PCRE_MODULE@
>  Libs: -L${libdir} -lselinux
>  Cflags: -I${includedir}
> diff --git a/libsemanage/src/libsemanage.pc.in b/libsemanage/src/libsemanage.pc.in
> index 43681ddb..303f8069 100644
> --- a/libsemanage/src/libsemanage.pc.in
> +++ b/libsemanage/src/libsemanage.pc.in
> @@ -6,7 +6,7 @@ includedir=@includedir@
>  Name: libsemanage
>  Description: SELinux management library
>  Version: @VERSION@
> -URL: http://userspace.selinuxproject.org/
> +URL: https://github.com/selinuxproject/selinux/wiki/Releases
>  Requires.private: libselinux libsepol
>  Libs: -L${libdir} -lsemanage
>  Libs.private: -lbz2
> diff --git a/libsepol/src/libsepol.pc.in b/libsepol/src/libsepol.pc.in
> index f807fec6..b5361404 100644
> --- a/libsepol/src/libsepol.pc.in
> +++ b/libsepol/src/libsepol.pc.in
> @@ -6,6 +6,6 @@ includedir=@includedir@
>  Name: libsepol
>  Description: SELinux policy library
>  Version: @VERSION@
> -URL: http://userspace.selinuxproject.org/
> +URL: https://github.com/selinuxproject/selinux/wiki/Releases
>  Libs: -L${libdir} -lsepol
>  Cflags: -I${includedir}
> diff --git a/scripts/make-update b/scripts/make-update
> index 4c940e1b..d83e1772 100755
> --- a/scripts/make-update
> +++ b/scripts/make-update
> @@ -30,7 +30,7 @@ echo "Copy $ARCHIVE from $DEST to the server and update its download link and ch
>
>  echo ""
>
> -echo "[http://userspace.selinuxproject.org/releases/$TAG/$ARCHIVE $ARCHIVE]"
> +echo "[https://github.com/selinuxproject/selinux/releases/download/$TAG/$ARCHIVE $ARCHIVE]"
>  echo ""
>  echo "`sha256sum $ARCHIVE`"
>  echo ""
> diff --git a/secilc/docs/cil_user_statements.md b/secilc/docs/cil_user_statements.md
> index d5674f12..dad88ef6 100644
> --- a/secilc/docs/cil_user_statements.md
> +++ b/secilc/docs/cil_user_statements.md
> @@ -358,7 +358,7 @@ The user `test` cannot have greater privileges than `unconfined.user`:
>  userprefix
>  ----------
>
> -Declare a user prefix that will be replaced by the file labeling utilities described at [http://selinuxproject.org/page/PolicyStoreConfigurationFiles](http://selinuxproject.org/page/PolicyStoreConfigurationFiles#file_contexts.template_File) that details the `file_contexts` entries.
> +Declare a user prefix that will be replaced by the file labeling utilities described at [https://github.com/SELinuxProject/selinux-notebook/blob/main/src/policy_store_config_files.md](https://github.com/SELinuxProject/selinux-notebook/blob/main/src/policy_store_config_files.md#building-the-file-labeling-support-files) that details the `file_contexts` entries.
>
>  **Statement definition:**
>
> --
> 2.49.0
>

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

* Re: [PATCH v2] userspace: replace all links to selinuxproject.org
  2025-06-23 17:19 ` James Carter
@ 2025-06-23 18:48   ` James Carter
  0 siblings, 0 replies; 3+ messages in thread
From: James Carter @ 2025-06-23 18:48 UTC (permalink / raw)
  To: Stephen Smalley; +Cc: selinux, lautrbach

On Mon, Jun 23, 2025 at 1:19 PM James Carter <jwcart2@gmail.com> wrote:
>
> On Mon, Jun 16, 2025 at 9:45 AM Stephen Smalley
> <stephen.smalley.work@gmail.com> wrote:
> >
> > Replace all links to selinuxproject.org with links to the
> > SELinux userspace wiki or the SELinux notebook as appropriate.
> >
> > Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
>
> Acked-by: James Carter <jwcart2@gmail.com>
>

Merged.
Thanks,
Jim

> > ---
> > v2 uses https rather than http.
> >
> >  CONTRIBUTING.md                    | 4 ++--
> >  libselinux/src/libselinux.pc.in    | 2 +-
> >  libsemanage/src/libsemanage.pc.in  | 2 +-
> >  libsepol/src/libsepol.pc.in        | 2 +-
> >  scripts/make-update                | 2 +-
> >  secilc/docs/cil_user_statements.md | 2 +-
> >  6 files changed, 7 insertions(+), 7 deletions(-)
> >
> > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> > index e6a677a0..575410bf 100644
> > --- a/CONTRIBUTING.md
> > +++ b/CONTRIBUTING.md
> > @@ -8,8 +8,8 @@ You can find a list of open issues where you might contribute to the SELinux ker
> >  https://github.com/SELinuxProject/selinux-kernel/issues or to the SELinux userspace code at
> >  https://github.com/SELinuxProject/selinux/issues.
> >
> > -See the selinuxproject.org [user resources
> > -page](http://selinuxproject.org/page/User_Resources) for more
> > +See the SELinux userspace
> > +[wiki page](https://github.com/selinuxproject/selinux/wiki) for more
> >  information on mailing lists, documentation, and other resources.
> >
> >  ## Reporting Bugs
> > diff --git a/libselinux/src/libselinux.pc.in b/libselinux/src/libselinux.pc.in
> > index 7c66b1fa..cca4753b 100644
> > --- a/libselinux/src/libselinux.pc.in
> > +++ b/libselinux/src/libselinux.pc.in
> > @@ -6,7 +6,7 @@ includedir=@includedir@
> >  Name: libselinux
> >  Description: SELinux utility library
> >  Version: @VERSION@
> > -URL: http://userspace.selinuxproject.org/
> > +URL: https://github.com/selinuxproject/selinux/wiki/Releases
> >  Requires.private: libsepol @PCRE_MODULE@
> >  Libs: -L${libdir} -lselinux
> >  Cflags: -I${includedir}
> > diff --git a/libsemanage/src/libsemanage.pc.in b/libsemanage/src/libsemanage.pc.in
> > index 43681ddb..303f8069 100644
> > --- a/libsemanage/src/libsemanage.pc.in
> > +++ b/libsemanage/src/libsemanage.pc.in
> > @@ -6,7 +6,7 @@ includedir=@includedir@
> >  Name: libsemanage
> >  Description: SELinux management library
> >  Version: @VERSION@
> > -URL: http://userspace.selinuxproject.org/
> > +URL: https://github.com/selinuxproject/selinux/wiki/Releases
> >  Requires.private: libselinux libsepol
> >  Libs: -L${libdir} -lsemanage
> >  Libs.private: -lbz2
> > diff --git a/libsepol/src/libsepol.pc.in b/libsepol/src/libsepol.pc.in
> > index f807fec6..b5361404 100644
> > --- a/libsepol/src/libsepol.pc.in
> > +++ b/libsepol/src/libsepol.pc.in
> > @@ -6,6 +6,6 @@ includedir=@includedir@
> >  Name: libsepol
> >  Description: SELinux policy library
> >  Version: @VERSION@
> > -URL: http://userspace.selinuxproject.org/
> > +URL: https://github.com/selinuxproject/selinux/wiki/Releases
> >  Libs: -L${libdir} -lsepol
> >  Cflags: -I${includedir}
> > diff --git a/scripts/make-update b/scripts/make-update
> > index 4c940e1b..d83e1772 100755
> > --- a/scripts/make-update
> > +++ b/scripts/make-update
> > @@ -30,7 +30,7 @@ echo "Copy $ARCHIVE from $DEST to the server and update its download link and ch
> >
> >  echo ""
> >
> > -echo "[http://userspace.selinuxproject.org/releases/$TAG/$ARCHIVE $ARCHIVE]"
> > +echo "[https://github.com/selinuxproject/selinux/releases/download/$TAG/$ARCHIVE $ARCHIVE]"
> >  echo ""
> >  echo "`sha256sum $ARCHIVE`"
> >  echo ""
> > diff --git a/secilc/docs/cil_user_statements.md b/secilc/docs/cil_user_statements.md
> > index d5674f12..dad88ef6 100644
> > --- a/secilc/docs/cil_user_statements.md
> > +++ b/secilc/docs/cil_user_statements.md
> > @@ -358,7 +358,7 @@ The user `test` cannot have greater privileges than `unconfined.user`:
> >  userprefix
> >  ----------
> >
> > -Declare a user prefix that will be replaced by the file labeling utilities described at [http://selinuxproject.org/page/PolicyStoreConfigurationFiles](http://selinuxproject.org/page/PolicyStoreConfigurationFiles#file_contexts.template_File) that details the `file_contexts` entries.
> > +Declare a user prefix that will be replaced by the file labeling utilities described at [https://github.com/SELinuxProject/selinux-notebook/blob/main/src/policy_store_config_files.md](https://github.com/SELinuxProject/selinux-notebook/blob/main/src/policy_store_config_files.md#building-the-file-labeling-support-files) that details the `file_contexts` entries.
> >
> >  **Statement definition:**
> >
> > --
> > 2.49.0
> >

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

end of thread, other threads:[~2025-06-23 18:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 13:44 [PATCH v2] userspace: replace all links to selinuxproject.org Stephen Smalley
2025-06-23 17:19 ` James Carter
2025-06-23 18:48   ` James Carter

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).