[Buildroot] [git commit] package/refpolicy: fix upstream URL in help text

Julien Olivain ju.o at free.fr
Fri Oct 10 16:18:33 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=b9d3a0418be38a237a51bb8aacce5bda40e2bddc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The previous URL [1] currently redirects to [2], which as of this
commit is about two months old and contains a readme that just says
"PoC by Callgh0st". When the package was added with commit [3]
the help text URL matched REFPOLICY_SITE, so presumably the help was
forgotten when the site URL was updated in [4], and there has been
some kind of hostile takeover of the former upstream repository since.

[1] https://github.com/TresysTechnology/refpolicy
[2] https://github.com/Exact-Realty/refpolicy
[3] https://gitlab.com/buildroot.org/buildroot/-/commit/bb442abdf18d6a4673ffa1f19e2a62f36c5d3038
[4] https://gitlab.com/buildroot.org/buildroot/-/commit/cfa018d9f300b07c9c01a5b1aeca49ee177dd0dc

Signed-off-by: Fiona Klute <fiona.klute at gmx.de>
[Julien: add commit ID which forgot to update the package homepage]
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 package/refpolicy/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/refpolicy/Config.in b/package/refpolicy/Config.in
index 8ae8f0448d..7aea39b223 100644
--- a/package/refpolicy/Config.in
+++ b/package/refpolicy/Config.in
@@ -26,7 +26,7 @@ config BR2_PACKAGE_REFPOLICY
 	  policies is not correct.  Individual policies would need to
 	  be tweaked to get everything functioning properly.
 
-	  https://github.com/TresysTechnology/refpolicy
+	  https://github.com/SELinuxProject/refpolicy
 
 if BR2_PACKAGE_REFPOLICY
 


More information about the buildroot mailing list