rpms/policycoreutils/devel policycoreutils-sepolgen.patch, 1.23, 1.24 sources, 1.206, 1.207

Daniel J Walsh dwalsh at fedoraproject.org
Thu Aug 13 21:55:29 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19027

Modified Files:
	policycoreutils-sepolgen.patch sources 
Log Message:
* Thu Aug 13 2009 Dan Walsh <dwalsh at redhat.com> 2.0.71-1
- Fix chcat to report error on non existing file
- Update to upstream
	* Modify setfiles/restorecon checking of exclude paths.  Only check
	user-supplied exclude paths (not automatically generated ones based on
	lack of seclabel support), don't require them to be directories, and
	ignore permission denied errors on them (it is ok to exclude a path to
	which the caller lacks permission).


policycoreutils-sepolgen.patch:
 access.py    |    2 +-
 audit.py     |   11 +++++++++++
 refparser.py |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

Index: policycoreutils-sepolgen.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-sepolgen.patch,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- policycoreutils-sepolgen.patch	5 May 2009 18:51:54 -0000	1.23
+++ policycoreutils-sepolgen.patch	13 Aug 2009 21:55:27 -0000	1.24
@@ -39,7 +39,7 @@ diff --exclude-from=exclude -N -u -r nsa
      modules = []
      support_macros = None
 -    blacklist = ["init.if", "inetd.if", "uml.if", "thunderbird.if"]
-+    blacklist = ["uml.if", "thunderbird.if"]
++    blacklist = ["uml.if", "thunderbird.if, unconfined.if"]
  
      for dirpath, dirnames, filenames in os.walk(root):
          for name in filenames:


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/sources,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -p -r1.206 -r1.207
--- sources	13 Aug 2009 15:51:54 -0000	1.206
+++ sources	13 Aug 2009 21:55:27 -0000	1.207
@@ -1,2 +1,3 @@
 e1b5416c3e0d76e5d702b3f54f4def45  sepolgen-1.0.16.tgz
 00fd9d86bd6a8066da710d6fda910b01  policycoreutils-2.0.71.tgz
+7915287c8377b768ccae7eb6dc736783  policycoreutils_man_ru2.tar.bz2




More information about the scm-commits mailing list