]> granicus.if.org Git - sudo/commitdiff
Sudo now stashes tty ctime for tty_tickets on Solaris too.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jun 2010 12:32:53 +0000 (08:32 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jun 2010 12:32:53 +0000 (08:32 -0400)
doc/sudo.cat
doc/sudo.man.in
doc/sudo.pod

index 46ff9e011b1ce3855c7e6f20a5083f6191d582f7..5d16aa88e9d90a3f3e2546d1666b0d37b73f562f 100644 (file)
@@ -61,7 +61,7 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
 
 
 
-1.8.0a2                    May 28, 2010                         1
+1.8.0a2                   June  3, 2010                         1
 
 
 
@@ -127,7 +127,7 @@ O\bOP\bPT\bTI\bIO\bON\bNS\bS
 
 
 
-1.8.0a2                    May 28, 2010                         2
+1.8.0a2                   June  3, 2010                         2
 
 
 
@@ -193,7 +193,7 @@ SUDO(1m)               MAINTENANCE COMMANDS              SUDO(1m)
 
 
 
-1.8.0a2                    May 28, 2010                         3
+1.8.0a2                   June  3, 2010                         3
 
 
 
@@ -259,7 +259,7 @@ SUDO(1m)               MAINTENANCE COMMANDS              SUDO(1m)
 
 
 
-1.8.0a2                    May 28, 2010                         4
+1.8.0a2                   June  3, 2010                         4
 
 
 
@@ -325,7 +325,7 @@ SUDO(1m)               MAINTENANCE COMMANDS              SUDO(1m)
 
 
 
-1.8.0a2                    May 28, 2010                         5
+1.8.0a2                   June  3, 2010                         5
 
 
 
@@ -391,7 +391,7 @@ S\bSE\bEC\bCU\bUR\bRI\bIT\bTY\bY N\bNO\bOT\bTE\bES\bS
 
 
 
-1.8.0a2                    May 28, 2010                         6
+1.8.0a2                   June  3, 2010                         6
 
 
 
@@ -447,17 +447,17 @@ SUDO(1m)               MAINTENANCE COMMANDS              SUDO(1m)
        modification time is within 5 minutes (or whatever the timeout is set
        to in _\bs_\bu_\bd_\bo_\be_\br_\bs).  When the _\bt_\bt_\by_\b__\bt_\bi_\bc_\bk_\be_\bt_\bs option is enabled in _\bs_\bu_\bd_\bo_\be_\br_\bs, the
        time stamp has per-tty granularity but still may outlive the user's
-       session.  On Linux systems where the devpts filesystem is used, as well
-       as other systems that utilize a devfs filesystem that monotonically
-       increase the inode number of devices as they are created (such as Mac
-       OS X), s\bsu\bud\bdo\bo is able to determine when a tty-based time stamp file is
-       stale and will ignore it.  Administrators should not rely on this
-       feature as it is not universally available.
+       session.  On Linux systems where the devpts filesystem is used, Solaris
+       systems with the devices filesystem, as well as other systems that
+       utilize a devfs filesystem that monotonically increase the inode number
+       of devices as they are created (such as Mac OS X), s\bsu\bud\bdo\bo is able to
+       determine when a tty-based time stamp file is stale and will ignore it.
+       Administrators should not rely on this feature as it is not universally
+       available.
 
 
 
-
-1.8.0a2                    May 28, 2010                         7
+1.8.0a2                   June  3, 2010                         7
 
 
 
@@ -523,7 +523,7 @@ F\bFI\bIL\bLE\bES\bS
 
 
 
-1.8.0a2                    May 28, 2010                         8
+1.8.0a2                   June  3, 2010                         8
 
 
 
@@ -589,7 +589,7 @@ C\bCA\bAV\bVE\bEA\bAT\bTS\bS
 
 
 
-1.8.0a2                    May 28, 2010                         9
+1.8.0a2                   June  3, 2010                         9
 
 
 
@@ -655,6 +655,6 @@ D\bDI\bIS\bSC\bCL\bLA\bAI\bIM\bME\bER\bR
 
 
 
-1.8.0a2                    May 28, 2010                        10
+1.8.0a2                   June  3, 2010                        10
 
 
index bcfad7b8b4772c9c4f807084efd9cdcff4df624d..9d6dbc80f6d334fbd0b2e975db52bf3a3a141e73 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "SUDO @mansectsu@"
-.TH SUDO @mansectsu@ "May 28, 2010" "1.8.0a2" "MAINTENANCE COMMANDS"
+.TH SUDO @mansectsu@ "June  3, 2010" "1.8.0a2" "MAINTENANCE COMMANDS"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -590,12 +590,12 @@ stamp file's modification time is within \f(CW\*(C`@timeout@\*(C'\fR minutes (or
 whatever the timeout is set to in \fIsudoers\fR).  When the \fItty_tickets\fR
 option is enabled in \fIsudoers\fR, the time stamp has per-tty granularity
 but still may outlive the user's session.  On Linux systems where
-the devpts filesystem is used, as well as other systems that utilize
-a devfs filesystem that monotonically increase the inode number of
-devices as they are created (such as Mac \s-1OS\s0 X), \fBsudo\fR is able to
-determine when a tty-based time stamp file is stale and will ignore
-it.  Administrators should not rely on this feature as it is not
-universally available.
+the devpts filesystem is used, Solaris systems with the devices
+filesystem, as well as other systems that utilize a devfs filesystem
+that monotonically increase the inode number of devices as they are
+created (such as Mac \s-1OS\s0 X), \fBsudo\fR is able to determine when a
+tty-based time stamp file is stale and will ignore it.  Administrators
+should not rely on this feature as it is not universally available.
 .PP
 Please note that \fBsudo\fR will normally only log the command it
 explicitly runs.  If a user runs a command such as \f(CW\*(C`sudo su\*(C'\fR or
index 54bb854a358a1f3dddc121591deef2012816ca49..93af96510e0eae7787291343e0d71b57e96e26d9 100644 (file)
@@ -493,12 +493,12 @@ stamp file's modification time is within C<@timeout@> minutes (or
 whatever the timeout is set to in I<sudoers>).  When the I<tty_tickets>
 option is enabled in I<sudoers>, the time stamp has per-tty granularity
 but still may outlive the user's session.  On Linux systems where
-the devpts filesystem is used, as well as other systems that utilize
-a devfs filesystem that monotonically increase the inode number of
-devices as they are created (such as Mac OS X), B<sudo> is able to
-determine when a tty-based time stamp file is stale and will ignore
-it.  Administrators should not rely on this feature as it is not
-universally available.
+the devpts filesystem is used, Solaris systems with the devices
+filesystem, as well as other systems that utilize a devfs filesystem
+that monotonically increase the inode number of devices as they are
+created (such as Mac OS X), B<sudo> is able to determine when a
+tty-based time stamp file is stale and will ignore it.  Administrators
+should not rely on this feature as it is not universally available.
 
 Please note that B<sudo> will normally only log the command it
 explicitly runs.  If a user runs a command such as C<sudo su> or