From: David Zeuthen Date: Wed, 13 Apr 2005 16:13:42 +0000 (+0000) Subject: 2005-04-13 David Zeuthen X-Git-Tag: dbus-0.33.0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a43b6f86d1bbf0fffa931eb04a86df045e9866b6;p=thirdparty%2Fdbus.git 2005-04-13 David Zeuthen * doc/TODO: Added an "important for 1.0" item about selinux allow/deny messages --- diff --git a/ChangeLog b/ChangeLog index 25a74ae1b..45b95a32d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-13 David Zeuthen + + * doc/TODO: Added an "important for 1.0" item about selinux + allow/deny messages + 2005-04-13 David Zeuthen * bus/selinux.c: Add c-file-style to top of file diff --git a/doc/TODO b/doc/TODO index 489699bd5..f25eac050 100644 --- a/doc/TODO +++ b/doc/TODO @@ -35,6 +35,9 @@ Important for 1.0 connections can be shared even if the address used to connect to them didn't have a GUID in it. + - Add test harness for selinux allow/deny cf. this message + http://lists.freedesktop.org/archives/dbus/2005-April/002506.html + Important for 1.0 GLib Bindings ===