From: Todd C. Miller Date: Tue, 11 Nov 2014 20:56:01 +0000 (-0700) Subject: regen X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e71c646c9a78da3d181c891ae8e82f6d655d1197;p=sudo regen --- diff --git a/doc/sudo.cat b/doc/sudo.cat index 9054640b6..9f78aa06a 100644 --- a/doc/sudo.cat +++ b/doc/sudo.cat @@ -321,27 +321,27 @@ CCOOMMMMAANNDD EEXXEECCUUTTIIOONN The following parameters may be specified by security policy: - oo real and effective user ID + ++oo real and effective user ID - oo real and effective group ID + ++oo real and effective group ID - oo supplementary group IDs + ++oo supplementary group IDs - oo the environment list + ++oo the environment list - oo current working directory + ++oo current working directory - oo file creation mode mask (umask) + ++oo file creation mode mask (umask) - oo SELinux role and type + ++oo SELinux role and type - oo Solaris project + ++oo Solaris project - oo Solaris privileges + ++oo Solaris privileges - oo BSD login class + ++oo BSD login class - oo scheduling priority (aka nice value) + ++oo scheduling priority (aka nice value) PPrroocceessss mmooddeell When ssuuddoo runs a command, it calls fork(2), sets up the execution @@ -582,4 +582,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for complete details. -Sudo 1.8.11 February 15, 2014 Sudo 1.8.11 +Sudo 1.8.12 February 15, 2014 Sudo 1.8.12 diff --git a/doc/sudo.conf.cat b/doc/sudo.conf.cat index a9c37e6dc..fff823a13 100644 --- a/doc/sudo.conf.cat +++ b/doc/sudo.conf.cat @@ -408,4 +408,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for complete details. -Sudo 1.8.11 October 21, 2014 Sudo 1.8.11 +Sudo 1.8.12 October 21, 2014 Sudo 1.8.12 diff --git a/doc/sudo_plugin.cat b/doc/sudo_plugin.cat index 277a16530..801faf690 100644 --- a/doc/sudo_plugin.cat +++ b/doc/sudo_plugin.cat @@ -1082,14 +1082,14 @@ DDEESSCCRRIIPPTTIIOONN signals while the plugin functions are run. The following signals are trapped by default before the command is executed: - oo SIGALRM - oo SIGHUP - oo SIGINT - oo SIGQUIT - oo SIGTERM - oo SIGTSTP - oo SIGUSR1 - oo SIGUSR2 + ++oo SIGALRM + ++oo SIGHUP + ++oo SIGINT + ++oo SIGQUIT + ++oo SIGTERM + ++oo SIGTSTP + ++oo SIGUSR1 + ++oo SIGUSR2 If a fatal signal is received before the command is executed, ssuuddoo will call the plugin's cclloossee() function with an exit status of 128 plus the @@ -1498,4 +1498,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for complete details. -Sudo 1.8.11 October 21, 2014 Sudo 1.8.11 +Sudo 1.8.12 October 21, 2014 Sudo 1.8.12 diff --git a/doc/sudoers.cat b/doc/sudoers.cat index e7e399126..9bafd87e6 100644 --- a/doc/sudoers.cat +++ b/doc/sudoers.cat @@ -281,11 +281,11 @@ SSUUDDOOEERRSS FFIILLEE FFOORRMMAATT group provider plugin. For instance, the QAS AD plugin supports the following formats: - oo Group in the same domain: "%:Group Name" + ++oo Group in the same domain: "%:Group Name" - oo Group in any domain: "%:Group Name@FULLY.QUALIFIED.DOMAIN" + ++oo Group in any domain: "%:Group Name@FULLY.QUALIFIED.DOMAIN" - oo Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567" + ++oo Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567" See _G_R_O_U_P _P_R_O_V_I_D_E_R _P_L_U_G_I_N_S for more information. @@ -2356,4 +2356,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for complete details. -Sudo 1.8.11 October 10, 2014 Sudo 1.8.11 +Sudo 1.8.12 October 10, 2014 Sudo 1.8.12 diff --git a/doc/sudoers.ldap.cat b/doc/sudoers.ldap.cat index d932c7f6b..c14b70064 100644 --- a/doc/sudoers.ldap.cat +++ b/doc/sudoers.ldap.cat @@ -10,24 +10,24 @@ DDEESSCCRRIIPPTTIIOONN Using LDAP for _s_u_d_o_e_r_s has several benefits: - oo ssuuddoo no longer needs to read _s_u_d_o_e_r_s in its entirety. When LDAP is + ++oo ssuuddoo no longer needs to read _s_u_d_o_e_r_s in its entirety. When LDAP is used, there are only two or three LDAP queries per invocation. This makes it especially fast and particularly usable in LDAP environments. - oo ssuuddoo no longer exits if there is a typo in _s_u_d_o_e_r_s. It is not + ++oo ssuuddoo no longer exits if there is a typo in _s_u_d_o_e_r_s. It is not possible to load LDAP data into the server that does not conform to the sudoers schema, so proper syntax is guaranteed. It is still possible to have typos in a user or host name, but this will not prevent ssuuddoo from running. - oo It is possible to specify per-entry options that override the global + ++oo It is possible to specify per-entry options that override the global default options. _/_e_t_c_/_s_u_d_o_e_r_s only supports default options and limited options associated with user/host/commands/aliases. The syntax is complicated and can be difficult for users to understand. Placing the options directly in the entry is more natural. - oo The vviissuuddoo program is no longer needed. vviissuuddoo provides locking and + ++oo The vviissuuddoo program is no longer needed. vviissuuddoo provides locking and syntax checking of the _/_e_t_c_/_s_u_d_o_e_r_s file. Since LDAP updates are atomic, locking is no longer necessary. Because syntax is checked when the data is inserted into LDAP, there is no need for a @@ -826,4 +826,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for complete details. -Sudo 1.8.11 July 10, 2014 Sudo 1.8.11 +Sudo 1.8.12 July 10, 2014 Sudo 1.8.12 diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 03e915b58..1ee84ede7 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -644,13 +644,13 @@ syntax depends on the underlying group provider plugin. For instance, the QAS AD plugin supports the following formats: .TP 6n -\fBo\fR +\fB\(bu\fR Group in the same domain: "%:Group Name" .TP 6n -\fBo\fR +\fB\(bu\fR Group in any domain: "%:Group Name@FULLY.QUALIFIED.DOMAIN" .TP 6n -\fBo\fR +\fB\(bu\fR Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567" .PP See diff --git a/doc/sudoreplay.cat b/doc/sudoreplay.cat index f8d59c437..9eb49fc9a 100644 --- a/doc/sudoreplay.cat +++ b/doc/sudoreplay.cat @@ -265,4 +265,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for complete details. -Sudo 1.8.11 February 15, 2014 Sudo 1.8.11 +Sudo 1.8.12 February 15, 2014 Sudo 1.8.12