man page syntax bugfix: cado.1 scado.1

This commit is contained in:
Renzo Davoli 2017-10-24 10:39:21 +02:00
parent a476f62ccf
commit d2cdd5f3d0
2 changed files with 2 additions and 2 deletions

2
cado.1
View File

@ -47,7 +47,7 @@ When \fBcado\fR runs is scado mode (by the option \fB-S\fR or \fB--scado\fR), if
.br .br
\fBcado\fR runs the command granting the required ambient capabilities without any further authentication request \fBcado\fR runs the command granting the required ambient capabilities without any further authentication request
(it does not prompt for a password). (it does not prompt for a password).
.SP .SP 2
.SH OPTIONS .SH OPTIONS
.I cado .I cado

View File

@ -51,7 +51,7 @@ masks. For brevity, the \fBcap_\fR prefix of capabilities names can be omitted
The \fIsha256_digest_of_the_executable\fR prevents \fITOCTTOU\fR attacks. When a user The \fIsha256_digest_of_the_executable\fR prevents \fITOCTTOU\fR attacks. When a user
wants to run the file at \fIpath_of_the_executable_file\fR granting it some of wants to run the file at \fIpath_of_the_executable_file\fR granting it some of
the capabilities in the \fIcapability_list\fR, the permission is denied if the capabilities in the \fIcapability_list\fR, the permission is denied if
its sha256 digest does not match \fIsha256_digest_of_the_executable\R. its sha256 digest does not match \fIsha256_digest_of_the_executable\fR.
If there are only two colon (\fB:\fR) separated fields in a line, it means that If there are only two colon (\fB:\fR) separated fields in a line, it means that
the user trusts a priori the integrity of the file whose pathname is \fIpath_of_the_executable_file\fR. the user trusts a priori the integrity of the file whose pathname is \fIpath_of_the_executable_file\fR.