2
0
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:
Todd C. Miller
2013-02-14 15:18:10 -05:00
parent 67fed118b6
commit 35548ae4e3
4 changed files with 38 additions and 1 deletions

View File

@@ -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.