rpms/policycoreutils/FC-6 policycoreutils-gui.patch, 1.1, 1.2 policycoreutils.spec, 1.332, 1.333

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 17 12:31:51 UTC 2007


Author: dwalsh

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

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Tue Apr 17 2007 Dan Walsh <dwalsh at redhat.com> 1.34.1-7
- Fully path script.py


policycoreutils-gui.patch:
 Makefile                    |   34 
 booleansPage.py             |  224 +++
 fcontextPage.py             |  207 +++
 loginsPage.py               |  173 ++
 mappingsPage.py             |   54 
 modulesPage.py              |  172 ++
 polgen.glade                | 1127 ++++++++++++++++
 polgen.py                   |  440 ++++++
 polgengui.py                |  211 +++
 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        |   46 
 templates/rw.py             |  106 +
 templates/script.py         |   42 
 templates/semodule.py       |   41 
 templates/tmp.py            |   74 +
 templates/var_lib.py        |  107 +
 templates/var_log.py        |   91 +
 templates/var_run.py        |   93 +
 templates/var_spool.py      |  107 +
 translationsPage.py         |  111 +
 usersPage.py                |  166 ++
 28 files changed, 7839 insertions(+)

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/FC-6/policycoreutils-gui.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- policycoreutils-gui.patch	16 Apr 2007 18:04:13 -0000	1.1
+++ policycoreutils-gui.patch	17 Apr 2007 12:31:49 -0000	1.2
@@ -1,6 +1,6 @@
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.9/gui/booleansPage.py
 --- nsapolicycoreutils/gui/booleansPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/booleansPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/booleansPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,224 @@
 +#
 +# booleansPage.py - GUI for Booleans page in system-config-securitylevel
@@ -228,7 +228,7 @@
 +        commands.getstatusoutput(setsebool)
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.9/gui/fcontextPage.py
 --- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/fcontextPage.py	2007-04-14 19:43:20.000000000 -0400
++++ policycoreutils-2.0.9/gui/fcontextPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,207 @@
 +## fcontextPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -439,7 +439,7 @@
 +        self.store.set_value(iter, TYPE_COL, "system_u:object_r:%s:%s" % (type, mls))
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.9/gui/loginsPage.py
 --- nsapolicycoreutils/gui/loginsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/loginsPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/loginsPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,173 @@
 +## loginsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -616,7 +616,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.9/gui/Makefile
 --- nsapolicycoreutils/gui/Makefile	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/Makefile	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/Makefile	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,34 @@
 +# Installation directories.
 +PREFIX ?= ${DESTDIR}/usr
@@ -654,7 +654,7 @@
 +relabel:
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.9/gui/mappingsPage.py
 --- nsapolicycoreutils/gui/mappingsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/mappingsPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/mappingsPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,54 @@
 +## mappingsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -712,7 +712,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.9/gui/modulesPage.py
 --- nsapolicycoreutils/gui/modulesPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/modulesPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/modulesPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,172 @@
 +## modulesPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -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-14 19:43:04.000000000 -0400
++++ policycoreutils-2.0.9/gui/polgen.glade	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,1127 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -2019,7 +2019,7 @@
 +</glade-interface>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.9/gui/polgengui.py
 --- nsapolicycoreutils/gui/polgengui.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/polgengui.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/polgengui.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,211 @@
 +#!/usr/bin/python
 +#
@@ -2234,7 +2234,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-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/polgen.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,440 @@
 +#! /usr/bin/python
 +# Copyright (C) 2007 Red Hat 
@@ -2678,7 +2678,7 @@
 +	
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/portsPage.py policycoreutils-2.0.9/gui/portsPage.py
 --- nsapolicycoreutils/gui/portsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/portsPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/portsPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,227 @@
 +## portsPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -2909,7 +2909,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/selinux.tbl policycoreutils-2.0.9/gui/selinux.tbl
 --- nsapolicycoreutils/gui/selinux.tbl	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/selinux.tbl	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/selinux.tbl	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,274 @@
 +acct_disable_trans _("SELinux Service Protection") _("Disable SELinux protection for acct daemon")
 +allow_cvs_read_shadow  _("CVS") _("Allow cvs daemon to read shadow")
@@ -3187,7 +3187,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/semanagePage.py policycoreutils-2.0.9/gui/semanagePage.py
 --- nsapolicycoreutils/gui/semanagePage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/semanagePage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/semanagePage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,115 @@
 +## semanagePage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -3306,7 +3306,7 @@
 +    
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/statusPage.py policycoreutils-2.0.9/gui/statusPage.py
 --- nsapolicycoreutils/gui/statusPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/statusPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/statusPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,220 @@
 +## statusPage.py - show selinux status
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -3530,7 +3530,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.glade policycoreutils-2.0.9/gui/system-config-selinux.glade
 --- nsapolicycoreutils/gui/system-config-selinux.glade	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/system-config-selinux.glade	2007-04-14 19:43:07.000000000 -0400
++++ policycoreutils-2.0.9/gui/system-config-selinux.glade	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,3034 @@
 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@@ -6568,7 +6568,7 @@
 +</glade-interface>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.9/gui/system-config-selinux.py
 --- nsapolicycoreutils/gui/system-config-selinux.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/system-config-selinux.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/system-config-selinux.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,169 @@
 +#!/usr/bin/python
 +#
@@ -6741,7 +6741,7 @@
 +    app.stand_alone()
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.9/gui/templates/executable.py
 --- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/executable.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/executable.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,156 @@
 +#! /usr/bin/env python
 +# Copyright (C) 2007 Red Hat 
@@ -6901,7 +6901,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.9/gui/templates/__init__.py
 --- nsapolicycoreutils/gui/templates/__init__.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/__init__.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/__init__.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,18 @@
 +#
 +# Copyright (C) 2007 Red Hat, Inc.
@@ -6923,7 +6923,7 @@
 +
 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-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/network.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,46 @@
 +te_port_types="""\
 +# Default Networking
@@ -6973,7 +6973,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.9/gui/templates/rw.py
 --- nsapolicycoreutils/gui/templates/rw.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/rw.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/rw.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,106 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7083,7 +7083,7 @@
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.9/gui/templates/script.py
 --- nsapolicycoreutils/gui/templates/script.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/script.py	2007-04-13 14:15:33.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/script.py	2007-04-17 08:27:34.000000000 -0400
 @@ -0,0 +1,42 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7111,25 +7111,25 @@
 +compile="""
 +#!/bin/sh
 +make -f /usr/share/selinux/devel/Makefile
-+semodule -i PACKAGEFILENAME.pp
++/usr/sbin/semodule -i PACKAGEFILENAME.pp
 +
 +"""
 +
 +restorecon="""\
-+restorecon -F -R -v FILENAME
++/sbin/restorecon -F -R -v FILENAME
 +"""
 +
 +tcp_ports="""\
-+semanage port -a -t TEMPLATETYPE_port_t -p tcp PORTNUM
++/usr/sbin/semanage port -a -t TEMPLATETYPE_port_t -p tcp PORTNUM
 +"""
 +
 +udp_ports="""\
-+semanage port -a -t TEMPLATETYPE_port_t -p udp PORTNUM
++/usr/sbin/semanage port -a -t TEMPLATETYPE_port_t -p udp PORTNUM
 +"""
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.9/gui/templates/semodule.py
 --- nsapolicycoreutils/gui/templates/semodule.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/semodule.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/semodule.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,41 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7174,7 +7174,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.9/gui/templates/tmp.py
 --- nsapolicycoreutils/gui/templates/tmp.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/tmp.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/tmp.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,74 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7252,7 +7252,7 @@
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.9/gui/templates/var_lib.py
 --- nsapolicycoreutils/gui/templates/var_lib.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/var_lib.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/var_lib.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,107 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7363,7 +7363,7 @@
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.9/gui/templates/var_log.py
 --- nsapolicycoreutils/gui/templates/var_log.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/var_log.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/var_log.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,91 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7458,7 +7458,7 @@
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.9/gui/templates/var_run.py
 --- nsapolicycoreutils/gui/templates/var_run.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/templates/var_run.py	2007-04-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/var_run.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,93 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7555,7 +7555,7 @@
 +
 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-13 13:28:43.000000000 -0400
++++ policycoreutils-2.0.9/gui/templates/var_spool.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,107 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -7666,7 +7666,7 @@
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py policycoreutils-2.0.9/gui/translationsPage.py
 --- nsapolicycoreutils/gui/translationsPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/translationsPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/translationsPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,111 @@
 +## translationsPage.py - show selinux translations
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -7781,7 +7781,7 @@
 +        self.store.set_value(iter, 1, translation)
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.9/gui/usersPage.py
 --- nsapolicycoreutils/gui/usersPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.9/gui/usersPage.py	2007-04-14 18:20:06.000000000 -0400
++++ policycoreutils-2.0.9/gui/usersPage.py	2007-04-16 13:26:34.000000000 -0400
 @@ -0,0 +1,166 @@
 +## usersPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/FC-6/policycoreutils.spec,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- policycoreutils.spec	16 Apr 2007 18:04:13 -0000	1.332
+++ policycoreutils.spec	17 Apr 2007 12:31:49 -0000	1.333
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 1.34.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -190,6 +190,9 @@
 fi
 
 %changelog
+* Tue Apr 17 2007 Dan Walsh <dwalsh at redhat.com> 1.34.1-7
+- Fully path script.py
+
 * Mon Apr 16 2007 Dan Walsh <dwalsh at redhat.com> 1.34.1-6
 - Add sepolgen/gui
 




More information about the fedora-cvs-commits mailing list