Module Name: src Committed By: pgoyette Date: Thu Aug 31 08:47:19 UTC 2017
Modified Files: src/sys/kern: kern_veriexec.c Log Message: When adding a new veriexec_file_entry, if an entry already exists with all the same values (except for the filename) just ignore it. Otherwise report the duplicate-entry error. This allows the user to create a signature file with veriexegen(8) and not worry about duplicate entries (due to hard-linked files) which will otherwise cause /etc/rc.d/veriexec to report an error. Fixes PR kern/52512 XXX Pull-up for -8 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/kern/kern_veriexec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.