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:
parent
c429220693
commit
37f8a84531
@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" 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
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@ -912,20 +912,28 @@ A boolean value that, if true, will negate any comparison performed
|
|||||||
with the object.
|
with the object.
|
||||||
.TP 9n
|
.TP 9n
|
||||||
sha224
|
sha224
|
||||||
A string containing the SHA224 digest of the
|
One or more SHA224 digests for the
|
||||||
\fIcommand\fR.
|
\fIcommand\fR
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.TP 9n
|
.TP 9n
|
||||||
sha256
|
sha256
|
||||||
A string containing the SHA256 digest of the
|
One or more SHA256 digests for the
|
||||||
\fIcommand\fR.
|
\fIcommand\fR
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.TP 9n
|
.TP 9n
|
||||||
sha384
|
sha384
|
||||||
A string containing the SHA384 digest of the
|
One or more SHA384 digests for the
|
||||||
\fIcommand\fR.
|
\fIcommand\fR
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.TP 9n
|
.TP 9n
|
||||||
sha512
|
sha512
|
||||||
A string containing the SHA512 digest of the
|
One or more SHA512 digests for the
|
||||||
\fIcommand\fR.
|
\fIcommand\fR
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
\fIrunasusers\fR
|
\fIrunasusers\fR
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd January 16, 2023
|
.Dd April 26, 2024
|
||||||
.Dt CVTSUDOERS 1
|
.Dt CVTSUDOERS 1
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -793,17 +793,25 @@ it will match any command.
|
|||||||
A boolean value that, if true, will negate any comparison performed
|
A boolean value that, if true, will negate any comparison performed
|
||||||
with the object.
|
with the object.
|
||||||
.It sha224
|
.It sha224
|
||||||
A string containing the SHA224 digest of the
|
One or more SHA224 digests for the
|
||||||
.Em command .
|
.Em command
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.It sha256
|
.It sha256
|
||||||
A string containing the SHA256 digest of the
|
One or more SHA256 digests for the
|
||||||
.Em command .
|
.Em command
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.It sha384
|
.It sha384
|
||||||
A string containing the SHA384 digest of the
|
One or more SHA384 digests for the
|
||||||
.Em command .
|
.Em command
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.It sha512
|
.It sha512
|
||||||
A string containing the SHA512 digest of the
|
One or more SHA512 digests for the
|
||||||
.Em command .
|
.Em command
|
||||||
|
in string form.
|
||||||
|
Multiple digests of the same type are stored as an array.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user