2001-12-14 19:53:23 +00:00
|
|
|
This is Sudo version 1.6.4
|
1993-11-27 23:48:09 +00:00
|
|
|
|
1995-11-26 18:39:42 +00:00
|
|
|
The sudo philosophy
|
|
|
|
===================
|
1994-08-30 22:27:56 +00:00
|
|
|
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.
|
|
|
|
|
1995-11-26 18:39:42 +00:00
|
|
|
Where to find sudo
|
|
|
|
==================
|
1995-03-29 04:05:10 +00:00
|
|
|
Before you try and build sudo, *please* make sure you have the current
|
|
|
|
version. The latest sudo may always be gotten via anonymous ftp
|
1996-09-08 00:16:40 +00:00
|
|
|
from ftp.courtesan.com in the directory /pub/sudo/.
|
1999-08-07 11:46:39 +00:00
|
|
|
The distribution is sudo-M.m.tar.gz where `M' is the major
|
1995-11-26 18:39:42 +00:00
|
|
|
version number and `m' is the minor version number.
|
|
|
|
BETA versions of sudo may also be available. If you join
|
|
|
|
the `sudo-workers' mailing list you will get the BETA announcements
|
|
|
|
(see the `Mailing lists' section below).
|
1995-03-29 04:05:10 +00:00
|
|
|
|
1995-11-26 18:39:42 +00:00
|
|
|
What's new
|
|
|
|
==========
|
1999-07-31 16:31:27 +00:00
|
|
|
For a history of sudo please see the HISTORY file that came with this
|
|
|
|
release.
|
1994-08-30 22:27:56 +00:00
|
|
|
|
1996-08-25 17:31:47 +00:00
|
|
|
For a complete list of changes, see the CHANGES file. For a summary,
|
1997-10-10 04:54:50 +00:00
|
|
|
see the web page, http://www.courtesan.com/sudo/.
|
1994-02-06 22:43:15 +00:00
|
|
|
|
1999-07-31 16:31:27 +00:00
|
|
|
If you are upgrading from an earlier version of Sudo, please see
|
|
|
|
the UPGRADE file.
|
|
|
|
|
1998-11-20 23:30:52 +00:00
|
|
|
NOTE: Starting with sudo 1.5.7 the configuration method has changed
|
|
|
|
significantly as compared to previous versions. All options
|
|
|
|
are now set via the configure script. See the `INSTALL' file
|
|
|
|
for a list of all the configure options.
|
|
|
|
|
1995-11-26 18:39:42 +00:00
|
|
|
System requirements
|
|
|
|
===================
|
1999-11-18 02:39:50 +00:00
|
|
|
To build sudo from the source distribution you need a machine running
|
|
|
|
UN*X (most flavors of BSD, SYSV, or POSIX will do), a working C
|
|
|
|
compiler, and the make utility.
|
1998-09-07 03:25:07 +00:00
|
|
|
|
|
|
|
If you wish to modify the parser then you will need flex version
|
1999-08-14 15:34:55 +00:00
|
|
|
2.5.2 or later and either bison or byacc (sudo comes with a
|
1998-09-07 03:25:07 +00:00
|
|
|
pre-flex'd tokenizer and pre-yacc'd grammar parser). You'll also
|
|
|
|
have to uncomment a few lines from the Makefile. You can get flex
|
|
|
|
via anonymous ftp from ftp://ftp.ee.lbl.gov/pub/flex* as well as
|
|
|
|
any GNU mirror. You can get GNU bison from
|
|
|
|
ftp://prep.ai.mit.edu/pub/gnu/bison* or any GNU mirror.
|
1995-11-26 18:39:42 +00:00
|
|
|
|
|
|
|
Building the release
|
1999-08-07 11:46:39 +00:00
|
|
|
====================
|
1995-11-26 18:39:42 +00:00
|
|
|
Please read the installation guide in the `INSTALL' file before
|
1999-08-07 11:46:39 +00:00
|
|
|
trying to build sudo. The `RUNSON' file contains a list of of
|
|
|
|
platforms that this version of sudo is known to work on. If you
|
1999-11-16 05:42:28 +00:00
|
|
|
can add to this list, please send mail to sudo@courtesan.com.
|
1995-11-26 18:39:42 +00:00
|
|
|
If something goes wrong you may want to refer to the `TROUBLESHOOTING'
|
|
|
|
file.
|
1994-08-30 22:27:56 +00:00
|
|
|
|
1995-11-26 18:39:42 +00:00
|
|
|
Copyright
|
|
|
|
=========
|
1999-07-22 12:34:19 +00:00
|
|
|
Sudo is distributed under a BSD-style license.
|
|
|
|
Please refer to the `LICENSE' file included with the release for details.
|
1995-11-26 18:39:42 +00:00
|
|
|
|
|
|
|
Mailing lists
|
|
|
|
=============
|
1999-08-07 18:03:19 +00:00
|
|
|
sudo-announce This list receives announcements whenever a new version
|
|
|
|
of sudo is released.
|
2001-05-22 23:11:21 +00:00
|
|
|
http://www.courtesan.com/mailman/listinfo/sudo-announce
|
1999-08-07 18:03:19 +00:00
|
|
|
|
|
|
|
sudo-users This list is for questions and general discussion about sudo.
|
2001-05-22 23:11:21 +00:00
|
|
|
http://www.courtesan.com/mailman/listinfo/sudo-users
|
1999-08-07 18:03:19 +00:00
|
|
|
|
|
|
|
sudo-workers This list is for people working on and porting sudo.
|
2001-05-22 23:11:21 +00:00
|
|
|
http://www.courtesan.com/mailman/listinfo/sudo-workers
|
1999-08-07 18:03:19 +00:00
|
|
|
|
2001-05-22 23:11:21 +00:00
|
|
|
To subscribe to a list, visit its url (as listed above) and enter
|
|
|
|
your email address to subscribe. Digest versions are available but
|
|
|
|
these are fairly low traffic lists so the digest versions are not
|
|
|
|
a significant win.
|
1999-08-07 18:03:19 +00:00
|
|
|
|
2001-05-22 23:11:21 +00:00
|
|
|
Mailing list archives are also available. See the mailing list web sites
|
|
|
|
for the appropriate links.
|
1995-11-26 18:39:42 +00:00
|
|
|
|
|
|
|
Web page
|
|
|
|
========
|
1997-10-10 04:54:50 +00:00
|
|
|
There is a sudo `web page' at http://www.courtesan.com/sudo/
|
1995-11-26 18:39:42 +00:00
|
|
|
that contains an overview of sudo as well as pointers to BETA versions
|
|
|
|
and other useful info.
|
|
|
|
|
|
|
|
Bug reports
|
|
|
|
===========
|
1999-11-16 05:42:28 +00:00
|
|
|
A list of known bugs may be found in the `BUGS' file. If you have
|
|
|
|
found what you believe to be a bug, you can file a bug report with
|
|
|
|
the sudo bug database, on at web at http://www.courtesan.com/sudo/bugs/.
|
|
|
|
|
|
|
|
Please read over the `TROUBLESHOOTING' file *before* submitting a
|
|
|
|
bug report. When reporting bugs, please be sure to include the
|
|
|
|
version of sudo you are using as well as the platform you are running
|
|
|
|
it on.
|