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