-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Ubic::Credentials::POSIX doesn't work on FreeBSD. It has something to do with the order of setting effective and real uid (and also gids).
I tried to fix it in 1.39, but turned out perl activates the tainted mode in this case, so since 1.43 release we're back at "works on linux and broken on freebsd".
It works fine on MacOSX, though.
Reactions are currently unavailable