From 69dd9703386470e54ca4e4fb0897d8dc4a101b3b Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 10 2007 13:02:52 +0000 Subject: SELinux patch fix. --- diff --git a/coreutils-selinux.patch b/coreutils-selinux.patch index 522d0dc..51cdd3b 100644 --- a/coreutils-selinux.patch +++ b/coreutils-selinux.patch @@ -285,7 +285,7 @@ - f->name = xstrdup (name); + f->filetype = type; + memset (&f->stat, '\0', sizeof (f->stat)); -+ f->name = xstrdup (absolute_name); ++ f->name = xstrdup (name); files_index++; - return 0;