Hu
841c1458f2
from check_packages as we don't require it to be selinux-ready. OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=176
15 lines
432 B
Diff
15 lines
432 B
Diff
Index: libselinux-3.4-rc3/src/selinux_restorecon.c
|
|
===================================================================
|
|
--- libselinux-3.4-rc3.orig/src/selinux_restorecon.c
|
|
+++ libselinux-3.4-rc3/src/selinux_restorecon.c
|
|
@@ -871,7 +871,8 @@ loop_body:
|
|
errno = ELOOP;
|
|
state->error = -1;
|
|
state->abort = true;
|
|
- goto finish;
|
|
+ fts_set(fts, ftsent, FTS_SKIP);
|
|
+ continue;
|
|
case FTS_DP:
|
|
continue;
|
|
case FTS_DNR:
|