Advertisement
Guest User

pidgin otr dbus issue

a guest
Feb 25th, 2012
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. In reply to: http://census-labs.com/news/2012/02/25/pidgin-otr-info-leak/
  2.  
  3. Pidgin is best sandboxed with AppArmor/SELinux/other in any case but to avoid this specific issue with DBUS one may launch Pidgin like so:
  4.  
  5. export DBUS_SESSION_BUS_ADDRESS=""; pidgin &
  6.  
  7. This will stop Pidgin from registering with the DBUS server and the Proof Of Concept above will fail to log conversations.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement