dbus/bus
Colin Walters 935a41a04c 2004-11-09 Colin Walters <walters@verbum.org>
* dbus/dbus-string.c (_dbus_string_get_length): New
	function, writes DBusString to C buffer.

	* dbus/dbus-string.h: Prototype it.

	* dbus/dbus-message.c (dbus_message_type_to_string): New
	function, converts message type into C string.

	* dbus/dbus-message.h: Prototype it.

	* bus/selinux.c (bus_selinux_check): Take source pid,
	target pid, and audit data.  Pass audit data to
	avc_has_perm.
	(log_audit_callback): New function, appends extra
	audit information.
	(bus_selinux_allows_acquire_service): Also take
	service name, add it to audit data.
	(bus_selinux_allows_send): Also take message
	type, interface, method member, error name,
	and destination, and add them to audit data.
	(log_cb): Initialize func_audit.

	* bus/selinux.h (bus_selinux_allows_acquire_service)
	(bus_selinux_allows_send): Update prototypes

	* bus/services.c (bus_registry_acquire_service): Pass
	service name to bus_selinux_allows_acquire_service.

	* bus/bus.c (bus_context_check_security_policy): Pass
	additional audit data.  Move assignment of dest
	to its own line.
2004-11-09 06:11:33 +00:00
..
.cvsignore 2004-10-29 Colin Walters <walters@redhat.com> 2004-10-29 19:20:02 +00:00
activation.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
activation.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
bus.c 2004-11-09 Colin Walters <walters@verbum.org> 2004-11-09 06:11:33 +00:00
bus.h 2004-09-12 David Zeuthen <david@fubar.dk> 2004-09-12 10:23:42 +00:00
config-loader-expat.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-loader-libxml.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
config-parser.c 2004-11-07 Colin Walters <walters@verbum.org> 2004-11-07 17:05:19 +00:00
config-parser.h 2004-11-07 Colin Walters <walters@verbum.org> 2004-11-07 17:05:19 +00:00
connection.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
connection.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dbus-daemon-1.1.in * bus/config-parser.c (set_limit): 2004-08-25 08:03:12 +00:00
desktop-file.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
desktop-file.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dispatch.c * doc/dbus-specification.xml: document ServiceOwnerChanged signal. 2004-09-24 10:43:36 +00:00
dispatch.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
driver.c * doc/dbus-specification.xml: document ServiceOwnerChanged signal. 2004-09-24 10:43:36 +00:00
driver.h * doc/dbus-specification.xml: document ServiceOwnerChanged signal. 2004-09-24 10:43:36 +00:00
expirelist.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
expirelist.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
main.c 2004-11-07 Colin Walters <walters@verbum.org> 2004-11-07 17:05:19 +00:00
Makefile.am 2004-10-29 Colin Walters <walters@redhat.com> 2004-10-29 19:17:57 +00:00
messagebus.in 2003-07-28 Havoc Pennington <hp@redhat.com> 2003-07-28 14:04:51 +00:00
policy.c Console user security policy 2004-08-25 22:11:49 +00:00
policy.h Console user security policy 2004-08-25 22:11:49 +00:00
rc.messagebus.in 2004-10-29 Colin Walters <walters@redhat.com> 2004-10-29 19:17:57 +00:00
selinux.c 2004-11-09 Colin Walters <walters@verbum.org> 2004-11-09 06:11:33 +00:00
selinux.h 2004-11-09 Colin Walters <walters@verbum.org> 2004-11-09 06:11:33 +00:00
services.c 2004-11-09 Colin Walters <walters@verbum.org> 2004-11-09 06:11:33 +00:00
services.h 2004-11-07 Colin Walters <walters@verbum.org> 2004-11-07 17:05:19 +00:00
session.conf.in John (J5) Palmieri <johnp@redhat.com> 2004-10-25 18:48:58 +00:00
signals.c * bus/signals.c (bus_match_rule_parse): validate the components of 2004-09-27 10:01:18 +00:00
signals.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
system.conf.in 2004-10-18 Colin Walters <walters@verbum.org> 2004-10-18 04:04:12 +00:00
test-main.c 2004-11-03 Colin Walters <walters@verbum.org> 2004-11-03 16:38:35 +00:00
test.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
test.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
utils.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00