rpms/policycoreutils/F-11 policycoreutils-F11.patch, 1.2, 1.3 policycoreutils.spec, 1.613, 1.614

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jun 1 10:35:21 UTC 2009


Author: dwalsh

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

Modified Files:
	policycoreutils-F11.patch policycoreutils.spec 
Log Message:
* Mon Jun 1 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.9
- Fix mount options on sandbox


policycoreutils-F11.patch:

Index: policycoreutils-F11.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-11/policycoreutils-F11.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- policycoreutils-F11.patch	26 May 2009 16:59:13 -0000	1.2
+++ policycoreutils-F11.patch	1 Jun 2009 10:35:20 -0000	1.3
@@ -17,8 +17,8 @@ diff --exclude-from=exclude --exclude=se
  	-mkdir -p $(MANDIR)/man8
 diff --exclude-from=exclude --exclude=sepolgen-1.0.16 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/sandbox policycoreutils-2.0.62/scripts/sandbox
 --- nsapolicycoreutils/scripts/sandbox	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.62/scripts/sandbox	2009-05-26 12:30:48.000000000 -0400
-@@ -0,0 +1,138 @@
++++ policycoreutils-2.0.62/scripts/sandbox	2009-06-01 06:31:39.000000000 -0400
+@@ -0,0 +1,139 @@
 +#!/usr/bin/python -E
 +import os, sys, getopt, socket, random, fcntl
 +import selinux
@@ -119,10 +119,11 @@ diff --exclude-from=exclude --exclude=se
 +                  if o == "-t" or o == "--type":
 +                         setype = a
 +                         
-+           if o == "-m" or o == "--mount":
-+                  mount_ind = True
-+           if o == "-h" or o == "--help":
-+                  usage(_("Usage"));
++                  if o == "-m" or o == "--mount":
++                         mount_ind = True
++
++                  if o == "-h" or o == "--help":
++                         usage(_("Usage"));
 +            
 +           if len(cmds) == 0:
 +                  usage(_("Command required"))


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-11/policycoreutils.spec,v
retrieving revision 1.613
retrieving revision 1.614
diff -u -p -r1.613 -r1.614
--- policycoreutils.spec	26 May 2009 21:04:19 -0000	1.613
+++ policycoreutils.spec	1 Jun 2009 10:35:20 -0000	1.614
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.62
-Release: 12.8%{?dist}
+Release: 12.9%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -224,6 +224,9 @@ else
 fi
 
 %changelog
+* Mon Jun 1 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.9
+- Fix mount options on sandbox
+
 * Tue May 26 2009 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.8
 - Allow polgen.py to generate policy for just the binary
 




More information about the fedora-extras-commits mailing list