@@ -401,13 +401,15 @@ the plugin should list the privileges of the invoking user.
401401validate(self)
402402.Ed
403403.Pp
404- For policy plugins that cache authentication credentials, this function is used to validate and cache the credentials (optional).
404+ For policy plugins that cache authentication credentials,
405+ this function is used to validate and cache the credentials (optional).
405406.It Fa invalidate
406407.Bd -literal -compact
407408invalidate(self, remove: int)
408409.Ed
409410.Pp
410- For policy plugins that cache authentication credentials, this function is used to invalidate the credentials (optional).
411+ For policy plugins that cache authentication credentials,
412+ this function is used to invalidate the credentials (optional).
411413.Pp
412414The function arguments are as follows:
413415.Bl -tag -width 4n
@@ -453,8 +455,8 @@ The function arguments are as follows:
453455.It Fa exit_status
454456The exit status of the command if was executed, otherwise \- 1.
455457.It Fa error
456- If the command could not be executed, this is set to the value of
457- errno set by the
458+ If the command could not be executed,
459+ this is set to the value of errno set by the
458460.Xr execve 2
459461system call, otherwise 0.
460462.El
@@ -695,8 +697,8 @@ The function arguments are as follows:
695697.It Fa exit_status
696698The exit status of the command if was executed, otherwise \- 1.
697699.It Fa error
698- If the command could not be executed, this is set to the value of
699- errno set by the
700+ If the command could not be executed,
701+ this is set to the value of errno set by the
700702.Xr execve 2
701703system call, otherwise 0.
702704.El
@@ -721,7 +723,8 @@ Plugin python_audit @python_plugin@ ModulePath=<path> ClassName=<class>
721723Sudo supports loading multiple audit plugins.
722724Currently only 8 python audit plugins can be loaded at once.
723725.Pp
724- An audit plugin may have the following member functions (all of which are optional):
726+ An audit plugin may have the following member functions
727+ (all of which are optional):
725728.Bl -tag -width 4n
726729.It Fa constructor
727730.Bd -literal -compact
0 commit comments