mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
|
This is the CU version of sudo, release 1.3.1.
|
||
|
|
||
|
Sudo is a program designed to allow a sysadmin to give limited root privileges
|
||
|
to users and log root activity. The basic philosophy is to give as few
|
||
|
privileges as possible but still allow people to get their work done.
|
||
|
|
||
|
CU sudo 1.3.1 is mostly a cleanup of the sudo 1.3 code including bug fixes,
|
||
|
code reworkings, portability changes with a few extra features. See the
|
||
|
CHANGES file for the full scoop.
|
||
|
|
||
|
Also note that sudo options are now configured in sudo.h instead of the Makefile
|
||
|
(although you can override the sudo.h values from the Makefile if you so
|
||
|
desire). For more info see the INSTALL file. If you need to make changes,
|
||
|
please send them to sudo-bugs@cs.colorado.edu
|
||
|
|
||
|
MAILING LISTS:
|
||
|
|
||
|
Please send bugs, problems, comments, etc to sudo-bugs@cs.colorado.edu
|
||
|
There is a mailing list that receives announcements whenever a new
|
||
|
version of sudo is released. You can subscribe to it by sending a
|
||
|
message to "majordomo@cs.colorado.edu" that includes the line
|
||
|
"subscribe sudo-announce". There is also a list for people working
|
||
|
on sudo. The command to add yourself is "subscribe sudo-workers".
|