Fix mac_veriexec_parser build after r347938

In r347938 the definition of mac_veriexec_metadata_add_file
so adjust the argument list accordingly.

Submitted by: Kornel Duleba <mindal@semihalf.com>
This commit is contained in:
Marcin Wojtas 2019-08-08 16:51:49 +00:00
parent 10ae16c7fe
commit e7c5d9d3f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350759

View File

@ -364,7 +364,9 @@ parse_entry(char *entry, char *prefix)
rc = mac_veriexec_metadata_add_file(
is_exec == 0,
va.va_fsid, va.va_fileid, va.va_gen,
digest, flags, fp_type, 1);
digest,
NULL, 0,
flags, fp_type, 1);
mtx_unlock(&ve_mutex);
out: