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:
parent
10ae16c7fe
commit
e7c5d9d3f2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user