NetBSD/sbin/veriexecctl
elad f39afe3e47 Add and document a VERIEXEC_DELETE operation for Veriexec.
We can now delete an entry from the tables using

	veriexecctl delete /path/to/file

or remove an entire table using

	veriexecctl delete /mount_point

(any directory will work for the mount point it's on)
2005-12-10 02:10:00 +00:00
..
Makefile Move WARNS=3 to the Makefile.inc, and add a little const to the remaining 2005-06-27 01:00:04 +00:00
veriexecctl_conf.l Some refactoring and bugfixes: 2005-06-13 15:18:44 +00:00
veriexecctl_parse.y Introduce per-page fingerprints in Veriexec. 2005-10-05 13:48:48 +00:00
veriexecctl.8 Add and document a VERIEXEC_DELETE operation for Veriexec. 2005-12-10 02:10:00 +00:00
veriexecctl.c Add and document a VERIEXEC_DELETE operation for Veriexec. 2005-12-10 02:10:00 +00:00
veriexecctl.h