guelfey / go.dbus

Native Go bindings for D-Bus
BSD 2-Clause "Simplified" License
124 stars 42 forks source link

Only send unix credentials on !darwin #33

Closed jessevdk closed 10 years ago

jessevdk commented 10 years ago

This patch will send a simple null byte without unix credentials on the darwin platform. For all other platforms, the Ucred syscall is used as before.