doas

https://man.openbsd.org/doas.1
git clone anongit@rnpnr.xyz:doas.git
Log | Files | Refs | Feed

Commit: c3c2abb43aba59b01246d0ae1bb0551be716e585
Parent: 2dca78835434d31dca99a852bda8198275a7d489
Author: Randy Palamar
Date:   Sat,  1 May 2021 10:54:09 -0600

bump to OpenBSD 6.9

Diffstat:
Mdoas.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doas.c b/doas.c @@ -367,7 +367,7 @@ main(int argc, char **argv) cmd = argv[0]; if (!permit(uid, groups, ngroups, &rule, target, cmd, (const char **)argv + 1)) { - syslog(LOG_NOTICE, "failed command for %s: %s", mypw->pw_name, cmdline); + syslog(LOG_NOTICE, "command not permitted for %s: %s", mypw->pw_name, cmdline); errno = EPERM; err(1, NULL); }