2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Commands with multiple digests of the same type are stored in an array.

This commit is contained in:
Todd C. Miller 2024-04-26 07:37:26 -06:00
parent c429220693
commit 37f8a84531
2 changed files with 34 additions and 18 deletions

View File

@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.TH "CVTSUDOERS" "1" "January 16, 2023" "Sudo @PACKAGE_VERSION@" "General Commands Manual"
.TH "CVTSUDOERS" "1" "April 26, 2024" "Sudo @PACKAGE_VERSION@" "General Commands Manual"
.nh
.if n .ad l
.SH "NAME"
@ -912,20 +912,28 @@ A boolean value that, if true, will negate any comparison performed
with the object.
.TP 9n
sha224
A string containing the SHA224 digest of the
\fIcommand\fR.
One or more SHA224 digests for the
\fIcommand\fR
in string form.
Multiple digests of the same type are stored as an array.
.TP 9n
sha256
A string containing the SHA256 digest of the
\fIcommand\fR.
One or more SHA256 digests for the
\fIcommand\fR
in string form.
Multiple digests of the same type are stored as an array.
.TP 9n
sha384
A string containing the SHA384 digest of the
\fIcommand\fR.
One or more SHA384 digests for the
\fIcommand\fR
in string form.
Multiple digests of the same type are stored as an array.
.TP 9n
sha512
A string containing the SHA512 digest of the
\fIcommand\fR.
One or more SHA512 digests for the
\fIcommand\fR
in string form.
Multiple digests of the same type are stored as an array.
.PP
The
\fIrunasusers\fR

View File

@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd January 16, 2023
.Dd April 26, 2024
.Dt CVTSUDOERS 1
.Os Sudo @PACKAGE_VERSION@
.Sh NAME
@ -793,17 +793,25 @@ it will match any command.
A boolean value that, if true, will negate any comparison performed
with the object.
.It sha224
A string containing the SHA224 digest of the
.Em command .
One or more SHA224 digests for the
.Em command
in string form.
Multiple digests of the same type are stored as an array.
.It sha256
A string containing the SHA256 digest of the
.Em command .
One or more SHA256 digests for the
.Em command
in string form.
Multiple digests of the same type are stored as an array.
.It sha384
A string containing the SHA384 digest of the
.Em command .
One or more SHA384 digests for the
.Em command
in string form.
Multiple digests of the same type are stored as an array.
.It sha512
A string containing the SHA512 digest of the
.Em command .
One or more SHA512 digests for the
.Em command
in string form.
Multiple digests of the same type are stored as an array.
.El
.Pp
The