libsemanage/libsemanage-rhat.patch
2005-12-07 17:32:18 +00:00

12 lines
524 B
Diff

diff --exclude-from=exclude -N -u -r nsalibsemanage/src/semanage_store.c libsemanage-1.3.64/src/semanage_store.c
--- nsalibsemanage/src/semanage_store.c 2005-11-16 08:44:47.000000000 -0500
+++ libsemanage-1.3.64/src/semanage_store.c 2005-12-07 08:07:02.000000000 -0500
@@ -917,6 +917,7 @@
INFO(sh, "Non-fatal error: Could not copy %s to %s.", active_seusers, store_seusers);
/* Non-fatal; fall through */
}
+ chmod(store_seusers, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
if (!sh->do_reload)
goto skip_reload;