Port details |
- runas Wrapper around su for running a command as another user
- 0.2.0_1 sysutils =2 0.2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: jwb@FreeBSD.org
- Port Added: 2023-09-11 13:54:07
- Last Update: 2024-05-13 12:44:19
- Commit Hash: 5c97fbe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/outpaddling/runas
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/runas/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/runas
- pkg install runas
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: runas
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698579656
SHA256 (outpaddling-runas-0.2.0_GH0.tar.gz) = b88d29e542d78649778b5e184473fc6f1a46b192139f6f917b0c055ce911d6e1
SIZE (outpaddling-runas-0.2.0_GH0.tar.gz) = 4920
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_runas
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0_1 13 May 2024 12:44:19 |
Tobias Kortkamp (tobik) |
*: Spell PORTREVISION correctly
Reported by: portfmt scan |
0.2.0 21 Jan 2024 17:53:27 |
Muhammad Moinur Rahman (bofh) |
sysutils/runas: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.2.0 29 Oct 2023 11:43:25 |
Jason W. Bacon (jwb) |
sysutils/runas: Update to 0.2.0
Add asroot alias, equivalent to "runas root"
Give user control over "su" flags
Guard against Trojan "su" commands |
0.1.1 11 Sep 2023 13:52:21 |
Jason W. Bacon (jwb) |
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. |