On Mon, 03.01.11 22:12, Bernie Innocenti (ber...@codewiz.org) wrote: > On my desktop, abstract namespace sockets are twice more popular than > the regular ones: > > ber...@giskard:~$ netstat -ax | grep @ | wc -l > 151 > ber...@giskard:~$ netstat -ax | grep -v @ | grep / | wc -l > 73 > > Most uses are from dbus, but I'm also seeing gnome-session and > gvfsd-trash.
Of these being used, dbus is correctly implemented, since it randomizes the socket name. Same for gdm. Misusing are ICE, X11, nspluginwrapper at least, since they do not use a random socket name but a fixed one, hence opening the door to DoS attacks. Lennart -- Lennart Poettering - Red Hat, Inc. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel