cryptomator / cryptomator-linux

Cryptomator .AppImage for Linux
GNU General Public License v3.0
14 stars 7 forks source link

Enable access to com.sun.security.auth.module.UnixSystem #14

Closed purejava closed 5 years ago

purejava commented 5 years ago

Fixes https://github.com/cryptomator/cryptomator/issues/935

purejava commented 5 years ago

dbus-java attempts to load the UnixSystem class. Failure in loading the class leads to using the username for authentication. This happens when running Cryptomator as an AppImage and is no problem as long as dbus-daemon is the back end. dbus-broker does not support authentication with usernames.