NetBSD-Bugs archive

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

PR/52512 CVS commit: src/sys/kern



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

From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52512 CVS commit: src/sys/kern
Date: Thu, 31 Aug 2017 08:47:19 +0000

 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.
 


Home | Main Index | Thread Index | Old Index