mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Pass max_groups to plugin in settings list.
This commit is contained in:
@@ -263,6 +263,11 @@ Set to true if the user specified the
|
||||
flag, indicating that
|
||||
the user wishes to run a login shell.
|
||||
.TP 6n
|
||||
max_groups=int
|
||||
The maximum number of groups a user may belong to.
|
||||
This will only be present if there is a corresponding setting in
|
||||
sudo.conf(@mansectform@).
|
||||
.TP 6n
|
||||
network_addrs=list
|
||||
A space-separated list of IP network addresses and netmasks in the
|
||||
form
|
||||
@@ -2463,6 +2468,12 @@ entry has been added to the
|
||||
list.
|
||||
.sp
|
||||
The
|
||||
\fImax_groups\fR
|
||||
entry was added to the
|
||||
\fRsettings\fR
|
||||
list.
|
||||
.sp
|
||||
The
|
||||
\fBsudo\fR
|
||||
front end now installs default signal handlers to trap common signals
|
||||
while the plugin functions are run.
|
||||
|
Reference in New Issue
Block a user