firmware: ignore man page database regeneration

Looks like on the running system and in the build system the values
are static but obviously going from build to running system the
regenerate causes the checksums to shift.  Not a security issue for
the "man" page databadse so better to hide these files from the
audit to avoid confusion and questions.

PR: https://forum.opnsense.org/index.php?topic=18484.0
This commit is contained in:
Franco Fichtner 2020-08-07 12:46:25 +02:00
parent aa1f7b85c3
commit e22bb69cb6

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2017-2019 Franco Fichtner <franco@opnsense.org>
# Copyright (C) 2017-2020 Franco Fichtner <franco@opnsense.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -48,6 +48,8 @@ MTREE_PATTERNS="
./etc/shells
./etc/spwd.db
./etc/ttys
./usr/share/man/mandoc.db
./usr/share/openssl/man/mandoc.db
"
GREP_PATTERNS=