summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2005-04-13 16:13:42 +0000
committerDavid Zeuthen <davidz@redhat.com>2005-04-13 16:13:42 +0000
commita43b6f86d1bbf0fffa931eb04a86df045e9866b6 (patch)
treefd704279bf6fe8da1b6f43eefeb207c9dd3db8f3
parent44656f538f69e8f8709ddb6ab285db29f65f62dd (diff)
2005-04-13 David Zeuthen <davidz@redhat.com>
* doc/TODO: Added an "important for 1.0" item about selinux allow/deny messages
-rw-r--r--ChangeLog5
-rw-r--r--doc/TODO3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a74ae1..45b95a32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-04-13 David Zeuthen <davidz@redhat.com>
+ * doc/TODO: Added an "important for 1.0" item about selinux
+ allow/deny messages
+
+2005-04-13 David Zeuthen <davidz@redhat.com>
+
* bus/selinux.c: Add c-file-style to top of file
(log_audit_callback): Don't free the data here anymore
(bus_selinux_check): Don't take spid and tpid since appending
diff --git a/doc/TODO b/doc/TODO
index 489699bd..f25eac05 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
===