-$Id: CHANGES,v 1.306 2009/12/03 12:46:29 stelian Exp $
+$Id: CHANGES,v 1.307 2010/03/08 10:40:52 stelian Exp $
Changes between versions 0.4b42 and 0.4b43 (released ?????????????)
===================================================================
4. Fix restoration of extended attributes of fifos and device nodes.
Thanks to Igor Zhbanov <izh1979@gmail.com> for the bug report.
+5. Don't attempt to set extended attributes on files that were not
+ extracted in 'restore -N' mode. Thanks to Jan Görig
+ <jgorig@users.sourceforge.net> for the patch.
+
Changes between versions 0.4b41 and 0.4b42 (released June 18, 2009)
===================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: xattr.c,v 1.5 2008/06/09 13:25:40 stelian Exp $";
+ "$Id: xattr.c,v 1.6 2010/03/08 10:40:52 stelian Exp $";
#endif /* not lint */
#include <config.h>
{
char *path = (char *)private;
int err;
-
+
+ if (Nflag)
+ return GOOD;
+
isSELinux;
#ifdef TRANSSELINUX /*GAN6May06 SELinux MLS */
if (isSELinux)