rpms/policycoreutils/devel policycoreutils-gui.patch, 1.13, 1.14 policycoreutils.spec, 1.402, 1.403

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 19 13:38:43 UTC 2007


Author: dwalsh

Update of /cvs/dist/rpms/policycoreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8958

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Wed Apr 18 2007 Dan Walsh <dwalsh at redhat.com> 2.0.9-9
- More cleanups for gui


policycoreutils-gui.patch:
 Makefile                    |   34 
 booleansPage.py             |  224 +++
 fcontextPage.py             |  207 +++
 loginsPage.py               |  173 ++
 mappingsPage.py             |   54 
 modulesPage.py              |  172 ++
 polgen.glade                | 1167 ++++++++++++++++
 polgen.py                   |  455 ++++++
 polgengui.py                |  253 +++
 portsPage.py                |  227 +++
 selinux.tbl                 |  274 +++
 semanagePage.py             |  115 +
 statusPage.py               |  220 +++
 system-config-selinux.glade | 3034 ++++++++++++++++++++++++++++++++++++++++++++
 system-config-selinux.py    |  169 ++
 templates/__init__.py       |   18 
 templates/executable.py     |  156 ++
 templates/network.py        |   44 
 templates/rw.py             |  104 +
 templates/script.py         |   42 
 templates/semodule.py       |   41 
 templates/tmp.py            |   72 +
 templates/var_lib.py        |  137 +
 templates/var_log.py        |   89 +
 templates/var_run.py        |   95 +
 templates/var_spool.py      |  105 +
 translationsPage.py         |  111 +
 usersPage.py                |  166 ++
 28 files changed, 7958 insertions(+)

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-gui.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- policycoreutils-gui.patch	18 Apr 2007 17:18:15 -0000	1.13
+++ policycoreutils-gui.patch	19 Apr 2007 13:38:40 -0000	1.14
@@ -888,7 +888,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.9/gui/polgen.glade
 --- nsapolicycoreutils/gui/polgen.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/polgen.glade	2007-04-18 12:27:57.000000000 -0400
++++ policycoreutils-2.0.9/gui/polgen.glade	2007-04-18 15:15:26.000000000 -0400
 @@ -0,0 +1,1167 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -1565,7 +1565,7 @@
 +	  <child>
 +	    <widget class="GnomeDruidPageStandard" id="druidpagestandard9">
 +	      <property name="visible">True</property>
-+	      <property name="title" translatable="yes">Files and Directories that the application Creates/Modifies</property>
++	      <property name="title" translatable="yes">Files and Directories</property>
 +
 +	      <child internal-child="vbox">
 +		<widget class="GtkVBox" id="druid-vbox9">
@@ -2316,7 +2316,7 @@
 +    app.stand_alone()
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.9/gui/polgen.py
 --- nsapolicycoreutils/gui/polgen.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/polgen.py	2007-04-18 13:14:57.000000000 -0400
++++ policycoreutils-2.0.9/gui/polgen.py	2007-04-18 15:18:32.000000000 -0400
 @@ -0,0 +1,455 @@
 +#! /usr/bin/python
 +# Copyright (C) 2007 Red Hat 
@@ -2461,7 +2461,7 @@
 +            if val == True:
 +		self.DEFAULT_DIRS["tmp"][1].append("/tmp");
 +                return
-+            if val != False:
++            if val == False:
 +		self.DEFAULT_DIRS["tmp"][1]=[]
 +                return
 +            raise  ValueError(_("use_tmp must be a boolean value "))
@@ -7020,11 +7020,11 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.9/gui/templates/network.py
 --- nsapolicycoreutils/gui/templates/network.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/network.py	2007-04-18 13:13:36.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/network.py	2007-04-18 15:15:55.000000000 -0400
 @@ -0,0 +1,44 @@
 +te_port_types="""\
 +type TEMPLATETYPE_port_t;
-+corenet_port_type(TEMPLATETYPE_port_t)
++corenet_port(TEMPLATETYPE_port_t)
 +"""
 +
 +te_network="""\
@@ -7676,8 +7676,8 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.9/gui/templates/var_spool.py
 --- nsapolicycoreutils/gui/templates/var_spool.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/var_spool.py	2007-04-18 13:13:36.000000000 -0400
-@@ -0,0 +1,107 @@
++++ policycoreutils-2.0.9/gui/templates/var_spool.py	2007-04-19 09:35:34.000000000 -0400
+@@ -0,0 +1,105 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
 +#
@@ -7703,12 +7703,10 @@
 +
 +########################### Type Enforcement File #############################
 +te_types="""
-+# var/spool files
 +type TEMPLATETYPE_spool_t;
 +files_type(TEMPLATETYPE_spool_t)
 +"""
 +te_rules="""
-+# var/spool files for TEMPLATETYPE
 +allow TEMPLATETYPE_t TEMPLATETYPE_spool_t:dir manage_dir_perms;
 +allow TEMPLATETYPE_t TEMPLATETYPE_spool_t:file manage_file_perms;
 +allow TEMPLATETYPE_t TEMPLATETYPE_spool_t:sock_file create_file_perms;


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -r1.402 -r1.403
--- policycoreutils.spec	18 Apr 2007 19:19:25 -0000	1.402
+++ policycoreutils.spec	19 Apr 2007 13:38:40 -0000	1.403
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 2.0.9
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Wed Apr 18 2007 Dan Walsh <dwalsh at redhat.com> 2.0.9-9
+- More cleanups for gui
+
 * Wed Apr 18 2007 Dan Walsh <dwalsh at redhat.com> 2.0.9-8
 - Fix size and use_tmp problem on gui
 




More information about the fedora-cvs-commits mailing list