OpenDoas
OpenDoas copied to clipboard
A portable version of the OpenBSD `doas` command
XKCD's host was xkcd.org, but it is xkcd.com now
`setusercontext()` needs to reset ulimits and other properties of the executable. Currently, `setusercontext()` does the bare minimum. Some privileged executables may behave unexpectedly if they run into a ulimit issue,...
PAM support is currently non existent. It needs to be tied into `auth_userokay()`. As things stand, only passwordless authentication is enabled.