OpenDoas icon indicating copy to clipboard operation
OpenDoas copied to clipboard

A portable version of the OpenBSD `doas` command

Results 3 OpenDoas issues
Sort by recently updated
recently updated
newest added

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.