NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52512 CVS commit: [netbsd-8] src/sys/kern



The following reply was made to PR kern/52512; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52512 CVS commit: [netbsd-8] src/sys/kern
Date: Thu, 31 Aug 2017 11:46:23 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Aug 31 11:46:23 UTC 2017
 
 Modified Files:
 	src/sys/kern [netbsd-8]: kern_veriexec.c
 
 Log Message:
 Pull up following revision(s) (requested by pgoyette in ticket #251):
 	sys/kern/kern_veriexec.c: revision 1.16
 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.12 -r1.12.4.1 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.
 


Home | Main Index | Thread Index | Old Index