improve how the dbus address is handled
authorTrevor Saunders <trev.saunders@gmail.com>
Thu, 5 Aug 2010 23:11:34 +0000 (19:11 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 31 Aug 2010 01:12:16 +0000 (21:12 -0400)
commit9f1335d701d7c4ee0217d5a28c31a9e85a99da32
tree0b43b548dc70b88b83f73f0a361e10d23a473734
parente22f9c72c4c3e4a52d1f64e5f37afd5cf16ac610
improve how the dbus address is handled

Create unique socket names of the form
/tmp/at-spi2/socket-<pid>-<random number> This should be much safer
than the old method since each process should have only one dbus
server socket, and the random number should protect against uncleaned
up sockets.

Also set permissions on directory for dbus server sockets.
atk-adaptor/bridge.c