From: Stephen Smalley <stephen.smalley.work@gmail.com>
To: selinux@vger.kernel.org
Cc: jwcart2@gmail.com, lautrbach@redhat.com,
Stephen Smalley <stephen.smalley.work@gmail.com>
Subject: [PATCH v2] userspace: replace all links to selinuxproject.org
Date: Mon, 16 Jun 2025 09:44:33 -0400 [thread overview]
Message-ID: <20250616134433.23953-2-stephen.smalley.work@gmail.com> (raw)
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
next reply other threads:[~2025-06-16 13:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-16 13:44 Stephen Smalley [this message]
2025-06-23 17:19 ` [PATCH v2] userspace: replace all links to selinuxproject.org James Carter
2025-06-23 18:48 ` James Carter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250616134433.23953-2-stephen.smalley.work@gmail.com \
--to=stephen.smalley.work@gmail.com \
--cc=jwcart2@gmail.com \
--cc=lautrbach@redhat.com \
--cc=selinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).