diff options
| author | Nick Hainke | 2025-11-22 07:11:34 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-23 08:22:41 +0000 |
| commit | 08be1ef1a1702ff991d7d30dbcdb86bd96d4eab8 (patch) | |
| tree | 8b077c333224266fe5fe39cdb80140bcc9264e59 | |
| parent | dadfca0559eba389ac84d4fae28dfadf3cc3ca68 (diff) | |
| download | openwrt-08be1ef1a1702ff991d7d30dbcdb86bd96d4eab8.tar.gz | |
selinux-policy: update to 2.8.3
Changelog:
- b1d7050 README
- 13f78a8 nlbwmon fix
- 9a98b2b ratelimit and nlbwmon rules
- a193e4b adds nlbwmon skel
- b5672a0 README: adds nlbwmon to wish list
- 2058100 adds radius and uam unreserved port
- 026b712 ratelimit for busybox ip
- 7661081 adds ratelimit sysagent skel and update README
- 3bea826 luci and rpcserver apk related
- ba8607d all sys agents can use inherited ssh server pipes
- 24b9396 README: adds some more items to wish list
- da7a02c ttyxperm: adds TIOCSERGETLSR
- 2fce9ee Revert "file_contexts.subs_dist: order matters with libselinux 3.8"
- 9a13714 file_contexts.subs_dist: order matters with libselinux 3.8
- a148827 README update
- 9d9a1ff iproute2 ip: ip mptcp monitor
- cf7efdc envtools: setenv
Link: https://github.com/openwrt/openwrt/pull/20859
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/system/selinux-policy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/selinux-policy/Makefile b/package/system/selinux-policy/Makefile index e3ae80516b..257a40c990 100644 --- a/package/system/selinux-policy/Makefile +++ b/package/system/selinux-policy/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=selinux-policy PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.defensec.nl/selinux-policy.git -PKG_VERSION:=2.8.2 -PKG_MIRROR_HASH:=7e81e6e9e933e6409b7f7bf2d5639960c440c82589c99b199b3540676f88eb8a +PKG_VERSION:=2.8.3 +PKG_MIRROR_HASH:=accbb1c7bebfbe48d46ac4060d12a06434ed28d6834b0fb4e22d25d329b277ef PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_BUILD_DEPENDS:=secilc/host policycoreutils/host |