rpms/policycoreutils/F-12 policycoreutils-rhat.patch, 1.468, 1.469 policycoreutils.spec, 1.680, 1.681

Daniel J Walsh dwalsh at fedoraproject.org
Thu Jul 22 21:14:41 UTC 2010


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30176

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Thu Jul 22 2010 Dan Walsh <dwalsh at redhat.com> 2.0.82-5
- Fix sandbox command on HOMEDIR


policycoreutils-rhat.patch:
 Makefile                                              |    2 
 audit2allow/audit2allow                               |   45 -
 newrole/newrole.c                                     |    3 
 restorecond/Makefile                                  |   24 -
 restorecond/org.selinux.Restorecond.service           |    3 
 restorecond/restorecond.8                             |   15 
 restorecond/restorecond.c                             |  429 +++---------------
 restorecond/restorecond.conf                          |    5 
 restorecond/restorecond.desktop                       |    7 
 restorecond/restorecond.h                             |   19 
 restorecond/restorecond.init                          |    7 
 restorecond/restorecond_user.conf                     |    2 
 restorecond/user.c                                    |  239 ++++++++++
 restorecond/watch.c                                   |  260 ++++++++++
 sandbox/Makefile                                      |   41 +
 sandbox/deliverables/README                           |   32 +
 sandbox/deliverables/basicwrapper                     |    4 
 sandbox/deliverables/run-in-sandbox.py                |   49 ++
 sandbox/deliverables/sandbox                          |  216 +++++++++
 sandbox/sandbox                                       |  420 +++++++++++++++++
 sandbox/sandbox.8                                     |   56 ++
 sandbox/sandbox.config                                |    2 
 sandbox/sandbox.init                                  |   67 ++
 sandbox/sandboxX.sh                                   |   15 
 sandbox/seunshare.c                                   |  265 +++++++++++
 sandbox/test_sandbox.py                               |   98 ++++
 scripts/fixfiles                                      |   44 -
 semanage/default_encoding/Makefile                    |    8 
 semanage/default_encoding/default_encoding.c          |   59 ++
 semanage/default_encoding/policycoreutils/__init__.py |   17 
 semanage/default_encoding/setup.py                    |   38 +
 semanage/semanage                                     |  152 +++++-
 semanage/semanage.8                                   |  128 ++++-
 semanage/seobject.py                                  |  422 ++++++++++++++---
 setfiles/restore.c                                    |  109 ++++
 setfiles/restore.h                                    |    4 
 setfiles/restorecon.8                                 |    7 
 setfiles/setfiles.8                                   |    3 
 setfiles/setfiles.c                                   |   78 ---
 39 files changed, 2742 insertions(+), 652 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-12/policycoreutils-rhat.patch,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -p -r1.468 -r1.469
--- policycoreutils-rhat.patch	6 Apr 2010 19:53:38 -0000	1.468
+++ policycoreutils-rhat.patch	22 Jul 2010 21:14:39 -0000	1.469
@@ -1851,7 +1851,7 @@ diff --exclude-from=exclude --exclude=se
 +                         return
 +           raise ValueError(_("""
 +'%s' is required to be a shared mount point for this tool to run.  
-+'%s' can be added to the HOMEDIR variable in /etc/sysconfig/sandbox
++'%s' can be added to the HOMEDIRS variable in /etc/sysconfig/sandbox
 + along with a reboot will fix the problem.
 +""" % ((os.path.dirname(homedir)), os.path.dirname(homedir))))
 +        


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-12/policycoreutils.spec,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -p -r1.680 -r1.681
--- policycoreutils.spec	6 Apr 2010 19:53:48 -0000	1.680
+++ policycoreutils.spec	22 Jul 2010 21:14:40 -0000	1.681
@@ -7,7 +7,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.82
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:  http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -305,6 +305,9 @@ fi
 exit 0
 
 %changelog
+* Thu Jul 22 2010 Dan Walsh <dwalsh at redhat.com> 2.0.82-5
+- Fix sandbox command on HOMEDIR
+
 * Tue Apr 6 2010 Dan Walsh <dwalsh at redhat.com> 2.0.82-4
 - Fix spacing in templates 
 



More information about the scm-commits mailing list