From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- patches/pki-core-selinux-f16.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 patches/pki-core-selinux-f16.patch (limited to 'patches/pki-core-selinux-f16.patch') diff --git a/patches/pki-core-selinux-f16.patch b/patches/pki-core-selinux-f16.patch new file mode 100644 index 000000000..6866033dc --- /dev/null +++ b/patches/pki-core-selinux-f16.patch @@ -0,0 +1,23 @@ +diff --git a/pki/base/selinux/src/pki.if b/pki/base/selinux/src/pki.if +index 0709176..9a35184 100644 +--- a/pki/base/selinux/src/pki.if ++++ b/pki/base/selinux/src/pki.if +@@ -193,7 +193,7 @@ template(`pki_ca_template',` + corenet_tcp_connect_ldap_port($1_t) + + # tomcat connects to ephemeral ports on shutdown +- corenet_tcp_connect_all_unreserved_ports($1_t) ++ corenet_tcp_connect_all_ephemeral_ports($1_t) + + optional_policy(` + #This is broken in selinux-policy we need java_exec defined, Will add to policy +diff --git a/pki/base/selinux/src/pki.te b/pki/base/selinux/src/pki.te +index 7f6e657..dab02d4 100644 +--- a/pki/base/selinux/src/pki.te ++++ b/pki/base/selinux/src/pki.te +@@ -1,4 +1,4 @@ +-policy_module(pki,10.0.2) ++policy_module(pki,10.0.3) + + attribute pki_ca_config; + attribute pki_ca_executable; -- cgit