mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
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:
parent
aa1f7b85c3
commit
e22bb69cb6
@ -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=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user