diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-18 12:28:02 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-18 12:28:02 -0400 |
commit | e494f24e35ec365eaf33744fd1712f589fd649ba (patch) | |
tree | 507ccdb28a1052e97461a7f4b5dcbd80a7386114 /man/b4.5 | |
parent | 07a28eb5353f93a07b8c2386ac3c0bb598fd0ff3 (diff) | |
download | b4-e494f24e35ec365eaf33744fd1712f589fd649ba.tar.gz |
Check the age of attestationv0.3.3
If attestation is over 30 days older than the patch, then we refuse to
accept it. This can be changed in configuration parameters by setting
'attestation-staleness-days' to a higher/lower value.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'man/b4.5')
-rw-r--r-- | man/b4.5 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -31,11 +31,8 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS -.INDENT 0.0 -.INDENT 3.5 +.sp b4 {mbox,am,attest,attverify} [options] -.UNINDENT -.UNINDENT .SH DESCRIPTION .sp This is a helper utility to work with patches made available via a @@ -231,6 +228,9 @@ Default configuration, with explanations: # or simple checkmarks? attestation\-checkmarks = fancy # + # How long before we consider attestation to be too old? + attestation\-staleness\-days = 30 + # # You can point this at a non\-default home dir, if you like, or leave out to # use the OS default. attestation\-gnupghome = None |