rpms/policycoreutils/F-12 policycoreutils-gui.patch, 1.98, 1.99 policycoreutils.spec, 1.666, 1.667

Daniel J Walsh dwalsh at fedoraproject.org
Thu Jan 21 14:35:24 UTC 2010


Author: dwalsh

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

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Thu Jan 21 2010 Dan Walsh <dwalsh at redhat.com> 2.0.78-13
- Fix executable template for fifo files


policycoreutils-gui.patch:
 Makefile                     |   40 
 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                    | 1197 +++++++++++++++
 polgengui.py                 |  627 ++++++++
 portsPage.py                 |  259 +++
 selinux.tbl                  |  234 +++
 semanagePage.py              |  168 ++
 statusPage.py                |  190 ++
 system-config-selinux.glade  | 3024 +++++++++++++++++++++++++++++++++++++++
 system-config-selinux.gladep |    7 
 system-config-selinux.py     |  187 ++
 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          |  126 +
 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 +
 usersPage.py                 |  150 +
 37 files changed, 13488 insertions(+)

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-12/policycoreutils-gui.patch,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -p -r1.98 -r1.99
--- policycoreutils-gui.patch	8 Jan 2010 15:23:03 -0000	1.98
+++ policycoreutils-gui.patch	21 Jan 2010 14:35:23 -0000	1.99
@@ -11889,7 +11889,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.78/gui/templates/executable.py
 --- nsapolicycoreutils/gui/templates/executable.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.78/gui/templates/executable.py	2009-12-08 17:05:49.000000000 -0500
++++ policycoreutils-2.0.78/gui/templates/executable.py	2010-01-21 08:18:05.000000000 -0500
 @@ -0,0 +1,359 @@
 +# Copyright (C) 2007-2009 Red Hat 
 +# see file 'COPYING' for use and warranty information
@@ -11997,7 +11997,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +domain_use_interactive_fds(TEMPLATETYPE_t)
 +
 +# 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 rw_fifo_file_perms;
 +allow TEMPLATETYPE_t self:unix_stream_socket create_stream_socket_perms;
 +
 +files_read_etc_files(TEMPLATETYPE_t)
@@ -12012,7 +12012,7 @@ diff --exclude-from=exclude -N -u -r nsa
 +"""
 +
 +te_userapp_rules="""
-+allow TEMPLATETYPE_t self:fifo_file manage_file_file_perms;
++allow TEMPLATETYPE_t self:fifo_file manage_fifo_file_perms;
 +allow TEMPLATETYPE_t self:unix_stream_socket create_stream_socket_perms;
 +
 +files_read_etc_files(TEMPLATETYPE_t)


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-12/policycoreutils.spec,v
retrieving revision 1.666
retrieving revision 1.667
diff -u -p -r1.666 -r1.667
--- policycoreutils.spec	19 Jan 2010 17:27:18 -0000	1.666
+++ policycoreutils.spec	21 Jan 2010 14:35:24 -0000	1.667
@@ -1,12 +1,12 @@
 %define	libauditver	1.4.2-1
-%define	libsepolver	2.0.38-1
-%define	libsemanagever	2.0.39-1
-%define	libselinuxver	2.0.87-1
+%define	libsepolver	2.0.41-1
+%define	libsemanagever	2.0.43-3
+%define	libselinuxver	2.0.90-1
 %define	sepolgenver	1.0.19
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.78
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -26,7 +26,7 @@ Patch3:	 policycoreutils-gui.patch
 Patch4:	 policycoreutils-sepolgen.patch
 Obsoletes: policycoreutils < 2.0.61-2
 
-BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver}  libcap-devel audit-libs-devel >=  %{libauditver} gettext
+BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-static >= %{libsemanagever} libselinux-devel >= %{libselinuxver}  libcap-devel audit-libs-devel >=  %{libauditver} gettext
 BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel
 Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff rpm /bin/sed 
 Requires: libsepol >= %{libsepolver} coreutils checkpolicy  libselinux-utils >=  %{libselinuxver} 
@@ -297,10 +297,13 @@ fi
 exit 0
 
 %changelog
-* Thu Jan 14 2010 Dan Walsh <dwalsh at redhat.com> 2.0.78-12
+* Thu Jan 21 2010 Dan Walsh <dwalsh at redhat.com> 2.0.78-13
+- Fix executable template for fifo files
+
+* Tue Jan 19 2010 Dan Walsh <dwalsh at redhat.com> 2.0.78-12
 - Fix patch xod xmodmap
 - Exit 0 from script
- 
+
 * Thu Jan 14 2010 Dan Walsh <dwalsh at redhat.com> 2.0.78-11
 - Run with the same xdmodmap in sandbox as outside
 - Patch from Josh Cogliati



More information about the scm-commits mailing list