diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2021-10-22 19:42:40 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-28 22:15:02 +0100 |
commit | 04c5bcd074d4a18763766ff15539fb9c6221b5dd (patch) | |
tree | 3ceb265aa3ddeafb2eacc73b955ad3ba30b4fa9f /package | |
parent | 2da891e7357c83c54a30075fcddbb63eeca0af99 (diff) | |
download | upstream-04c5bcd074d4a18763766ff15539fb9c6221b5dd.tar.gz upstream-04c5bcd074d4a18763766ff15539fb9c6221b5dd.tar.bz2 upstream-04c5bcd074d4a18763766ff15539fb9c6221b5dd.zip |
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@defensec.nl>
Diffstat (limited to 'package')
-rw-r--r-- | package/system/selinux-policy/Makefile | 6 |
1 files 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 |