rpms/policycoreutils/F-12 policycoreutils-gui.patch, 1.93, 1.94 policycoreutils.spec, 1.648, 1.649

Daniel J Walsh dwalsh at fedoraproject.org
Fri Oct 2 12:49:38 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24480

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Fri Oct 2 2009 Dan Walsh <dwalsh at redhat.com> 2.0.74-8
- More template fixes


policycoreutils-gui.patch:
 Makefile                    |   41 
 booleansPage.py             |  247 +++
 domainsPage.py              |  154 +
 fcontextPage.py             |  223 ++
 html_util.py                |  164 ++
 lockdown.glade              |  771 +++++++++
 lockdown.gladep             |    7 
 lockdown.py                 |  382 ++++
 loginsPage.py               |  185 ++
 mappingsPage.py             |   56 
 modulesPage.py              |  190 ++
 polgen.glade                | 3305 ++++++++++++++++++++++++++++++++++++++++++
 polgen.gladep               |    7 
 polgen.py                   | 1188 +++++++++++++++
 polgengui.py                |  627 ++++++++
 portsPage.py                |  259 +++
 selinux.tbl                 |  234 +++
 semanagePage.py             |  168 ++
 statusPage.py               |  190 ++
 system-config-selinux.glade | 3403 ++++++++++++++++++++++++++++++++++++++++++++
 system-config-selinux.py    |  189 ++
 templates/__init__.py       |   18 
 templates/boolean.py        |   40 
 templates/etc_rw.py         |  129 +
 templates/executable.py     |  359 ++++
 templates/network.py        |   80 +
 templates/rw.py             |  127 +
 templates/script.py         |   99 +
 templates/semodule.py       |   41 
 templates/tmp.py            |   97 +
 templates/user.py           |  182 ++
 templates/var_lib.py        |  158 ++
 templates/var_log.py        |  110 +
 templates/var_run.py        |  118 +
 templates/var_spool.py      |  129 +
 translationsPage.py         |  118 +
 usersPage.py                |  150 +
 37 files changed, 13945 insertions(+)

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-12/policycoreutils-gui.patch,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -p -r1.93 -r1.94
--- policycoreutils-gui.patch	1 Oct 2009 16:05:57 -0000	1.93
+++ policycoreutils-gui.patch	2 Oct 2009 12:49:35 -0000	1.94
@@ -12251,8 +12251,8 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.74/gui/templates/executable.py
 --- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.74/gui/templates/executable.py	2009-10-01 12:03:05.000000000 -0400
-@@ -0,0 +1,368 @@
++++ policycoreutils-2.0.74/gui/templates/executable.py	2009-10-02 08:46:53.000000000 -0400
+@@ -0,0 +1,359 @@
 +# Copyright (C) 2007-2009 Red Hat 
 +# see file 'COPYING' for use and warranty information
 +#
@@ -12374,20 +12374,11 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 +
 +te_userapp_rules="""
-+########################################
-+#
-+# TEMPLATETYPE local policy
-+#
-+
-+## internal communication is often done using fifo and unix sockets.
-+allow TEMPLATETYPE_t self:fifo_file rw_file_perms;
++allow TEMPLATETYPE_t self:fifo_file manage_file_file_perms;
 +allow TEMPLATETYPE_t self:unix_stream_socket create_stream_socket_perms;
 +
 +files_read_etc_files(TEMPLATETYPE_t)
 +
-+libs_use_ld_so(TEMPLATETYPE_t)
-+libs_use_shared_libs(TEMPLATETYPE_t)
-+
 +miscfiles_read_localization(TEMPLATETYPE_t)
 +"""
 +
@@ -12515,9 +12506,9 @@ diff --exclude-from=exclude -N -u -r nsa
 +              type TEMPLATETYPE_t;
 +	')
 +
-+	role $2 types TEMPLATETYPE_t;
++	role $1 types TEMPLATETYPE_t;
 +
-+	TEMPLATETYPE_domtrans($1)
++	TEMPLATETYPE_domtrans($2)
 +
 +	ps_process_pattern($2, TEMPLATETYPE_t)
 +	allow $2 TEMPLATETYPE_t:process signal;


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-12/policycoreutils.spec,v
retrieving revision 1.648
retrieving revision 1.649
diff -u -p -r1.648 -r1.649
--- policycoreutils.spec	1 Oct 2009 16:05:57 -0000	1.648
+++ policycoreutils.spec	2 Oct 2009 12:49:35 -0000	1.649
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.74
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -296,6 +296,9 @@ fi
 exit 0
 
 %changelog
+* Fri Oct 2 2009 Dan Walsh <dwalsh at redhat.com> 2.0.74-8
+- More template fixes
+
 * Thu Oct 1 2009 Dan Walsh <dwalsh at redhat.com> 2.0.74-7
 - Fixes Templates
 




More information about the scm-commits mailing list