2006-09-29 14:44:43 +00:00
|
|
|
--- 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;
|
|
|
|
}
|
2006-04-14 11:37:57 +00:00
|
|
|
}
|
2006-09-29 14:44:43 +00:00
|
|
|
+ else
|
|
|
|
+ if (errno == ENOENT &&
|
|
|
|
+ strcmp(really_active_store, storepath) != 0)
|
|
|
|
+ goto skip_reload;
|
2006-08-09 19:08:44 +00:00
|
|
|
|
2006-09-29 14:44:43 +00:00
|
|
|
if (semanage_reload_policy(sh)) {
|
|
|
|
goto cleanup;
|