mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 09:09:44 +01:00
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:
parent
69e33d2c3f
commit
c8756e825f
7 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue