Subject: CVS commit: pkgsrc/sysutils/runas
From: Jason Bacon
Date: 2023-09-11 16:01:39
Message id: 20230911140139.C7CB0FBDB@cvs.NetBSD.org

Log Message:
sysutils/runas: Run a command as another user

Runas is a tool for running commands as another user.  It is an
alternative to "sudo", which has a history of serious security issues,
and "su", which is inconvenient for anything but running a shell.

The runas command is a simple wrapper around "su" to streamline its
use.  It differs from "sudo" in that it requires the password of the
target user rather than the calling user, and it requires no SUID
permissions or configuration.

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/runas/DESCR
1.1addpkgsrc/sysutils/runas/Makefile
1.1addpkgsrc/sysutils/runas/PLIST
1.1addpkgsrc/sysutils/runas/distinfo
1.1addpkgsrc/sysutils/runas/patches/patch-runas.c