]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This library allows for user space applications to check file descriptors
authorStephen J. Kiernan <stevek@FreeBSD.org>
Wed, 20 Jun 2018 00:55:18 +0000 (00:55 +0000)
committerStephen J. Kiernan <stevek@FreeBSD.org>
Wed, 20 Jun 2018 00:55:18 +0000 (00:55 +0000)
commitb6b5dcf2d12e904a751298d75ea36f2e138e20b8
tree1190fbed194a68c7909d761edf45b429c005853b
parented7b25da7828ebf46eb180ed5fd94f8ce42cc90d
This library allows for user space applications to check file descriptors
or paths to see if they can be verified by MAC/veriexec.

Reviewed by: jtl, wblock
Obtained from: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D8562
lib/libveriexec/Makefile [new file with mode: 0644]
lib/libveriexec/libveriexec.h [new file with mode: 0644]
lib/libveriexec/veriexec.3 [new file with mode: 0644]
lib/libveriexec/veriexec_check.c [new file with mode: 0644]