From 747b715541b2d8192fea3a84438c1119d481515f Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Wed, 21 Sep 2011 08:39:14 -0400 Subject: [PATCH] Add definition for ephemeral ports Define user_tty_device_t as a customizable_type --- selinux-policy.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index a84fd5c0..2fc698ea 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -17,11 +17,12 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.10.0 -Release: 31%{?dist} +Release: 31.1%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz patch: policy-F16.patch +patch1: ephemeral.patch Source1: modules-targeted.conf Source2: booleans-targeted.conf Source3: Makefile.devel @@ -235,6 +236,7 @@ Based off of reference policy: Checked out revision 2.20091117 %prep %setup -n serefpolicy-%{version} -q %patch -p1 +%patch1 -p1 %install mkdir selinux_config @@ -466,6 +468,10 @@ SELinux Reference policy mls base module. %endif %changelog +* Wed Sep 20 2011 Dan Walsh 3.10.0-31.1 +- Add definition for ephemeral ports +- Define user_tty_device_t as a customizable_type + * Tue Sep 20 2011 Miroslav Grepl 3.10.0-31 - Needs to require a new version of checkpolicy - Interface fixes