dbus ChangeLog,1.588,1.589
Colin Walters
walters at freedesktop.org
Tue Nov 2 12:27:51 PST 2004
- Previous message: dbus/bus test-main.c, 1.19, 1.20 selinux.h, 1.4, 1.5 selinux.c, 1.7,
1.8 main.c, 1.27, 1.28
- Next message: dbus ChangeLog,1.589,1.590
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv22368
Modified Files:
ChangeLog
Log Message:
2004-11-02 Colin Walters <walters at verbum.org>
* bus/selinux.c (bus_selinux_init): Split into two functions,
bus_selinux_pre_init and bus_selinux_post_init.
(bus_selinux_pre_init): Just determine whether SELinux is
enabled.
(bus_selinux_post_init): Do everything else.
* bus/main.c (main): Call bus_selinux_pre_init before parsing
config file, and bus_selinux_post_init after. This ensures that
we don't lose the policyreload notification thread that
bus_selinux_init created before forking previously.
* bus/test-main.c (test_pre_hook): Update for split.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -d -r1.588 -r1.589
--- ChangeLog 2 Nov 2004 10:19:20 -0000 1.588
+++ ChangeLog 2 Nov 2004 20:27:48 -0000 1.589
@@ -1,3 +1,18 @@
+2004-11-02 Colin Walters <walters at verbum.org>
+
+ * bus/selinux.c (bus_selinux_init): Split into two functions,
+ bus_selinux_pre_init and bus_selinux_post_init.
+ (bus_selinux_pre_init): Just determine whether SELinux is
+ enabled.
+ (bus_selinux_post_init): Do everything else.
+
+ * bus/main.c (main): Call bus_selinux_pre_init before parsing
+ config file, and bus_selinux_post_init after. This ensures that
+ we don't lose the policyreload notification thread that
+ bus_selinux_init created before forking previously.
+
+ * bus/test-main.c (test_pre_hook): Update for split.
+
2004-10-31 Owen Fraser-Green <owen at discobabe.net>
Patch from Johan Fischer <linux at fischaz.com>
- Previous message: dbus/bus test-main.c, 1.19, 1.20 selinux.h, 1.4, 1.5 selinux.c, 1.7,
1.8 main.c, 1.27, 1.28
- Next message: dbus ChangeLog,1.589,1.590
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list