[openwrt/openwrt] selinux-policy: update to version 1.0

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 28 14:15:32 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/04c5bcd074d4a18763766ff15539fb9c6221b5dd

commit 04c5bcd074d4a18763766ff15539fb9c6221b5dd
Author: Dominick Grift <dominick.grift at defensec.nl>
AuthorDate: Fri Oct 22 19:42:40 2021 +0200

    selinux-policy: update to version 1.0
    
    wifi: writes to terminal
    hotplugcall and sqm read class sysfile symlinks
    unbound and sqm related loose ends
    support/example: policycoreutils host-compile is required
    TODO: this was wrong and it is actually needed
    linguist detectable does not work this way
    linguist-detectable
    updates README
    adds workflows
    adds a note about persistent /var option
    
    project moved to https://github.com/DefenSec/selinux-policy
    
    Signed-off-by: Dominick Grift <dominick.grift at defensec.nl>
---
 package/system/selinux-policy/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/selinux-policy/Makefile b/package/system/selinux-policy/Makefile
index 219ebc7995..0b85920170 100644
--- a/package/system/selinux-policy/Makefile
+++ b/package/system/selinux-policy/Makefile
@@ -7,9 +7,9 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=selinux-policy
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://git.defensec.nl/selinux-policy.git
-PKG_VERSION:=0.9
-PKG_MIRROR_HASH:=f1a37a4fc104fbacde3012178fc117b473899360f26a8735156394288441d99c
+PKG_SOURCE_URL:=https://github.com/DefenSec/selinux-policy
+PKG_VERSION:=1.0
+PKG_MIRROR_HASH:=2358a064d1231d39e6292d646e1a38898d949b8bef6558ac1e0992d3b5bca33f
 PKG_SOURCE_VERSION:=v$(PKG_VERSION)
 PKG_BUILD_DEPENDS:=secilc/host policycoreutils/host
 



More information about the lede-commits mailing list