libsemanage/libsemanage-rhat.patch
2006-09-29 14:44:43 +00:00

14 lines
379 B
Diff

--- libsemanage-1.6.16/src/semanage_store.c~ 2006-08-23 13:57:48.000000000 -0400
+++ libsemanage-1.6.16/src/semanage_store.c 2006-09-29 10:41:08.000000000 -0400
@@ -1106,6 +1106,10 @@
goto skip_reload;
}
}
+ else
+ if (errno == ENOENT &&
+ strcmp(really_active_store, storepath) != 0)
+ goto skip_reload;
if (semanage_reload_policy(sh)) {
goto cleanup;