Automatically generated by Pod::Man v1.34, Pod::Parser v1.13

Standard preamble:
========================================================================

\\$1

.. ..

..
.. Set up some character translations and predefined strings. \*(-- will
give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
double quote, and \*(R" will give a right double quote. | will give a
real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
expand to `' in nroff, nothing in troff, for use with C<>.
.tr \(*W-|\(bv\*(Tr . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\}
If the F register is turned on, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.
. de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\}
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.

Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] .\} . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents . \" corrections for vroff . \" for low resolution devices (crt and lpr) \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} ========================================================================

Title "SUDOSHELL 1"
SUDOSHELL 1 "2004-11-22" "perl v5.8.0" "User Contributed Perl Documentation"
"NAME"
.Vb 1 sudoshell, ss - Run a shell with logging .Ve
"SYNOPSIS"
Header "SYNOPSIS" sudoshell|ss [-] [-u|--user username]
"VERSION"
Header "VERSION" This manpage documents version 2.1.2 of sudoshell.
"DESCRIPTION"
Header "DESCRIPTION" \fIsudoshell runs the script command with a fifo as the typescript. Used in conjunction with sudoscriptd\|(8) and sudo\|(8), it provides a way to maintain the sudo audit trail while running a shell.
"README"
Header "README" \fIsudo is a tool used for running programs with privileges other than those normally possessed by the user. Often, the privileges are those of the root account, but they could as well be those of any other user. One of sudo's major benefits is the audit trail it provides, as it logs each invocation with the command name, its arguments and the user who ran it. Because this audit trail is lost if a user runs a shell (e.g. bash or csh) with sudo, many sites restrict sudo to not allow such usage. Since this can cause problems, (see \*(L"\s-1SUDO\s0 \s-1AND\s0 \s-1SHELLS\s0\*(R") many users prefer to retain the root password, even if it means forgoing support. This outcome also results in a loss of the audit trail, while increasing the chances that an unmanaged system will become a support problem later.

Sudoshell is a small Perl script that works in conjunction with a logging daemon (see sudoscriptd\|(8)) to log all activity within a shell. It uses the unix script\|(1) command to create the log. Once invoked, all console commands and output are logged to a fifo. The logging daemon reads from this fifo and manages log files to store the data produced. The logs are rotated to ensure that they do not overflow the disk space on the logging partition.

When started, sudoshell checks to see if sudoscriptd\|(8) is running and offers to start it if it is not. (It does this with sudo, so you need to have sudo root access to perform this step. See \s-1CONFIGURATION\s0 below) Sudoshell then checks to see if it has been run as the correct user (either root or some other user with the -u switch. See below.) via 'sudo sudoshell' or otherwise. If not, it reinvokes itself using sudo. The script then checks the user's shell. If the \s-1SHELL\s0 environment variable is set, sudoshell uses that. If not, the shell entry from the passwd file is used. If the value thus obtained doesn't match one of the shells listed in /etc/shells, sudoshell refuses to run. Finally, sudoshell execs \fIscript\|(1), pointing the output to a logging \s-1FIFO\s0 maintained by \fIsudoscriptd\|(8), which gives the user a shell as the desired user.

"CONFIGURATION"
Header "CONFIGURATION" \fIsudoshell uses sudo\|(8) to perform all its authentication and privilege escalation. The sudoshell user must therefore be in the \fIsudoers file (See sudoers\|(5).) with an entry that allows running sudoshell as the desired user. See the \s-1SUDOCONFIG\s0 file in the distribution for details. (On Linux, this will be in /usr/share/doc/sudoscript-VERSION. Everywhere else, it's in /usr/local/doc/sudoscript-VERSION.)
"SWITCHES"
Header "SWITCHES"
"-" 4
Like 'su -'. This switch will load the environment of the user you become, rather than retaining yours.
"-u <user>" 4
Item "-u <user>" If this switch is given along with a username, sudoshell will ask sudo to give the ss user the identity of the user named with the -u switch. If no -u switch is given, sudoshell will ask for a root shell. .Sp Example: .Sp sudoshell -u oracle .Sp The idea of running shells as users other than root came from Donny Jekels.
"SUDO AND SHELLS"
Header "SUDO AND SHELLS" Most root tasks can be accomplished with sudo without running a shell. However certain tasks, such as running privileged commands in a pipeline, can be more difficult using sudo. Since sudo sometimes prompts for a password (depending on how long ago the user last authenticated) you can run into quirky situations like this:

.Vb 10 hbo@egbok|509> sudo ls | sudo more Password:Password:(enter password) (enter password) #sudoshell# CVS sudoscriptd sudoscriptd~ sudoshell sudoshell~ hbo@egbok|510> .Ve

In this case we get two password prompts, right on top of one another. We enter the password for the first prompt, and sudo waits for the next one. Since the prompt is on the preceding line, this can be very confusing.

Another place sudo has difficulty is with I/O redirection:

.Vb 6 hbo@egbok|511 > ls -l /tmp/foo -r--r--r-- 1 root other 1464 Mar 25 13:10 /tmp/foo hbo@egbok|512 > sudo ls >>/tmp/foo bash: /tmp/foo: Permission denied hbo@egbok|513 > sudo ls | sudo cat >>/tmp/foo bash: /tmp/foo: Permission denied .Ve

But this works:

.Vb 1 hbo@egbok|514 > sudo ls | sudo tee -a /tmp/foo >/dev/null .Ve

It's not very intuitive, however.

The problem occurs because the shell implements I/O redirection before it invokes the command, which is sudo, \s-1NOT\s0 ls.

Globbing has problems for the same reason. But in this case, there's no good workaround, short of letting the user run a shell:

.Vb 11 hbo@egbok|515 > mkdir fff hbo@egbok|516 > chmod 700 fff hbo@egbok|517 > touch fff/foo hbo@egbok|518 > sudo chown root fff Password: hbo@egbok|519 > cd fff bash: cd: fff: Permission denied hbo@egbok|520 > sudo cd fff sudo: cd: command not found hbo@egbok|521 > sudo rm fff/* rm: cannot remove `fff/*': No such file or directory .Ve

The cd fails because cd is a bash builtin, and sudo doesn't know anything about it. The \*(L"globbing\*(R" fails because the shell tries to expand the wildcard before executing the command, which is sudo, not rm.

"BUGS"
Header "BUGS" Please let me know if you find any.
"SEE ALSO"
Header "SEE ALSO" \fIsudoscript\|(8)

\fIsudoscriptd\|(8)

\fISudoscript\|(3pm)

\fIsudo\|(8)

\fIsudoers\|(5)

"PREREQUISITES"
Header "PREREQUISITES" sudo - <http://www.courtesan.com/sudo/index.html>
"OSNAMES"
Header "OSNAMES" \f(CW\*(C`Solaris\*(C'

\f(CW\*(C`Linux\*(C'

\f(CW\*(C`OpenBSD\*(C'

\f(CW\*(C`FreeBSD\*(C'

\f(CW\*(C`HP-UX\*(C'

"SCRIPT CATEGORIES"
Header "SCRIPT CATEGORIES" UNIX/System_administration
"CONTRIBUTORS"
Header "CONTRIBUTORS" The following people offered helpful advice and/or code:

.Vb 6 Dan Rich (drich@emplNOoyeeSPAMs.org) Alex Griffiths (dag@unifiedNOcomputingSPAM.com) Bruce Gray (bruce.gray@aNOcSPAMm.org) Chan Wilson (cwilson@coNrOp.sSgPi.cAoMm> Tommy Smith (tsNmOith@eSaPtAeMl.net) Donny Jekels (donny@jNOeSkPeAlMs.com .Ve

"AUTHOR"
Header "AUTHOR" Howard Owen, <hbo@egbok.com>
"COPYRIGHT AND LICENSE"
Header "COPYRIGHT AND LICENSE" Copyright 2002,2003 by Howard Owen

sudoscript is free software; you can redistribute it and/or modify it under the same terms as Perl itself.