public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel8: restore SELinux labelling of UDP port 8765
@ 2026-07-31 6:34 Michal Schmidt
0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-31 6:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel8
Commit : fffd3713d612962183092c765f4255932395f25f
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2016-11-03T16:24:49+01:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/fffd3713d612962183092c765f4255932395f25f?branch=epel8
Log:
restore SELinux labelling of UDP port 8765
It was removed without explanation as a part of commit 3714170100af.
We need it to allow icecc-scheduler to bind to the port.
---
diff --git a/icecream.spec b/icecream.spec
index 14bdf3e..17985ec 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -189,6 +189,7 @@ for selinuxvariant in %{selinux_variants}; do
{
echo "port -a -S ${selinuxvariant} -t iceccd_port_t -p tcp 10245"
echo "port -a -S ${selinuxvariant} -t icecc_scheduler_port_t -p tcp 8766"
+ echo "port -a -S ${selinuxvariant} -t icecc_scheduler_port_t -p udp 8765"
# tcp 8765 is taken by LIRC. icecream.te knows it.
# echo "port -a -S ${selinuxvariant} -t icecc_scheduler_port_t -p tcp 8765"
} | semanage -i - 2>/dev/null
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 6:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 6:34 [rpms/icecream] epel8: restore SELinux labelling of UDP port 8765 Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox