[selinux-policy: 3/3] Add definition for ephemeral ports Define user_tty_device_t as a customizable_type

Daniel J Walsh dwalsh at fedoraproject.org
Wed Sep 21 12:40:01 UTC 2011


commit 747b715541b2d8192fea3a84438c1119d481515f
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Sep 21 08:39:14 2011 -0400

    Add definition for ephemeral ports
    Define user_tty_device_t as a customizable_type

 selinux-policy.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/selinux-policy.spec b/selinux-policy.spec
index a84fd5c..2fc698e 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 <dwalsh at redhat.com> 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 <mgrepl at redhat.com> 3.10.0-31
 - Needs to require a new version of checkpolicy
 - Interface fixes


More information about the scm-commits mailing list