treewide: update SELinux project URL

It seems old website has been retired.

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Yanase Yuki 2025-12-25 13:15:57 +09:00 committed by Robert Marko
parent 69e33d2c3f
commit c8756e825f
7 changed files with 8 additions and 8 deletions

View file

@ -66,7 +66,7 @@ $(eval $(foreach a,$(LIBSELINUX_ALTS),ALTS_$(a):=300:/usr/sbin/$(a):/usr/sbin/li
define Package/libselinux/Default
TITLE:=Runtime SELinux library
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/libselinux

View file

@ -31,7 +31,7 @@ define Package/libsemanage
DEPENDS:=+libaudit +libselinux +libbz2
CATEGORY:=Libraries
TITLE:=SELinux policy management library
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/libsemanage/description

View file

@ -25,7 +25,7 @@ define Package/libsepol
SECTION:=libs
CATEGORY:=Libraries
TITLE:=SELinux binary policy manipulation library
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/libsepol/description
@ -38,7 +38,7 @@ define Package/chkcon
CATEGORY:=Utilities
DEPENDS:=+libsepol
TITLE:=libsepol chkcon security context validation tool
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/chkcon/description

View file

@ -28,7 +28,7 @@ define Package/refpolicy
SECTION:=system
CATEGORY:=Base system
TITLE:=SELinux reference policy
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
PKGARCH:=all
endef

View file

@ -27,7 +27,7 @@ define Package/checkpolicy
SECTION:=utils
CATEGORY:=Utilities
TITLE:=SELinux policy compiler
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/checkpolicy/description

View file

@ -91,7 +91,7 @@ define Package/policycoreutils/Default
SECTION:=utils
CATEGORY:=Utilities
TITLE:=SELinux policy utility
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/policycoreutils

View file

@ -31,7 +31,7 @@ define Package/secilc
SECTION:=utils
CATEGORY:=Utilities
TITLE:=SELinux Common Intermediate Language (CIL) Compiler
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
DEPENDS:=+libsepol
endef