libcapsicum: introduce Capsicum helpers
authoroshogbo <oshogbo@FreeBSD.org>
Mon, 3 Oct 2016 20:48:18 +0000 (20:48 +0000)
committeroshogbo <oshogbo@FreeBSD.org>
Mon, 3 Oct 2016 20:48:18 +0000 (20:48 +0000)
commit39d5502b710357f6c12dacde0c9b83c3217180e3
tree770646e687da603bc139ae5823a5cf2d1d462177
parent5b54b535846a10d9e385de2bf3dc9b62e8003887
libcapsicum: introduce Capsicum helpers

Capsicum helpers are a set of inline functions which goal is to reduce
duplicated patterns used to Capsicumize applications.

Reviewed by: cem, AllanJude, bapt, ed, emaste
Differential Revision: https://reviews.freebsd.org/D8013
lib/Makefile
lib/libcapsicum/Makefile [new file with mode: 0644]
lib/libcapsicum/capsicum_helpers.h [new file with mode: 0644]