From 9e66b86064b384503f89bee3bb3759b843702955 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Nov 17 2008 20:23:52 +0000 Subject: Fix a typo in the restorecon method of the libselinux-rhat patch --- diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch index fae215c..469e918 100644 --- a/libselinux-rhat.patch +++ b/libselinux-rhat.patch @@ -121,7 +121,7 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/src/selinux.py libselinux-2.0 + if recursive: + os.path.walk(path, lambda arg, dirname, fnames: + map(restorecon, [os.path.join(dirname, fname) -+ s for fname in fnames]), None) ++ for fname in fnames]), None) + +def copytree(src, dest): + """ An SELinux-friendly shutil.copytree method """