mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
11 lines
529 B
Plaintext
11 lines
529 B
Plaintext
Sudo runs commands as another user, provided the system sudo
|
|
implementation is setup to enable this. This does not allow running
|
|
applications securely, simply it allows the programmer to run a
|
|
program as another user (suid) using the sudo tools rather than
|
|
suidperl. Suidperl is not generally recommended for secure operation
|
|
as another user. While sudo itself is a single point tool to enable
|
|
one user to execute commands as another sudo does not itself make you
|
|
any more or less secure.
|
|
|
|
WWW: https://metacpan.org/release/Sudo
|