public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Randy Barlow <randy@electronsweatshop.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: Allow STUN/TURN in SELinux policy (#1901466)
Date: Wed, 23 Sep 2026 19:07:57 GMT [thread overview]
Message-ID: <179019047745.1.13243759267342643549.rpms-ejabberd-d48066216cac@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : d48066216cac7e2ec1626d65376313dc12e9477f
Author : Randy Barlow <randy@electronsweatshop.com>
Date : 2021-08-17T00:10:48-04:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/d48066216cac7e2ec1626d65376313dc12e9477f?branch=f45
Log:
Allow STUN/TURN in SELinux policy (#1901466)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
---
diff --git a/ejabberd.spec b/ejabberd.spec
index 0f58db2..09377bd 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -37,7 +37,7 @@
Name: ejabberd
Version: 20.07
-Release: 4%{?dist}
+Release: 5%{?dist}
BuildArch: noarch
License: GPLv2+
@@ -419,6 +419,9 @@ fi
%changelog
+* Sat Aug 07 2021 Randy Barlow <bowlofeggs@fedoraproject.org> - 20.07-5
+- Allow to bind to name_bind on udp (#1901466).
+
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.07-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/ejabberd.te b/ejabberd.te
index 2d2a157..187bcf0 100644
--- a/ejabberd.te
+++ b/ejabberd.te
@@ -1,6 +1,5 @@
policy_module(ejabberd,0.0)
-
########################################
#
# Declarations
@@ -25,6 +24,7 @@ logging_log_file(ejabberd_var_log_t)
allow ejabberd_t self:tcp_socket { accept bind connect create getattr getopt listen name_bind read setopt write };
allow ejabberd_t self:udp_socket { bind connect create getattr getopt read setopt write };
allow ejabberd_t self:unix_dgram_socket { connect create getopt setopt write };
+allow ejabberd_t unreserved_port_t:udp_socket name_bind;
auth_use_nsswitch(ejabberd_t)
reply other threads:[~2026-09-23 19:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179019047745.1.13243759267342643549.rpms-ejabberd-d48066216cac@fedoraproject.org \
--to=randy@electronsweatshop.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox