1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

[PR #11486/c05c3133 backport][stable-12] seport: Add support for dccp and sctp protocols (#11509)

seport: Add support for dccp and sctp protocols (#11486)

Support for dccp and sctp protocols were added to SELinux userspace
python libraries in 3.0 version release in November 2019.

(cherry picked from commit c05c31334b)

Co-authored-by: Petr Lautrbach <lautrbach@redhat.com>
This commit is contained in:
patchback[bot] 2026-02-14 21:14:44 +01:00 committed by GitHub
parent baddfa5a80
commit 6437fe15c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- seport - adds support for DCCP and SCTP protocols (https://github.com/ansible-collections/community.general/pull/11486).