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;