freebsd-src/lib/libcasper
Mariusz Zaborski cdd6ea94b0 libcasper: introduce cap_fileargs service
cap_fileargs is a Casper service which helps to sandbox applications that need
access to the filesystem namespace. The main purpose of the service is to make
easy to capsicumize applications that works on multiple files passed in argv.

We have a couple example of using it but we still treat this service as an
experimental one.

Reviewed by:	emsate (previous version), jonathan (partially)
Discussed with:	many
Differential Revision:	https://reviews.freebsd.org/D14407
2018-11-12 17:40:47 +00:00
..
libcasper Document the fact that cap_limit_set() always frees the input nvlist. 2018-11-05 21:01:45 +00:00
services libcasper: introduce cap_fileargs service 2018-11-12 17:40:47 +00:00
tests TESTSDIR isn't required; remove it 2017-08-13 01:08:37 +00:00
Makefile Integrate the tests moved in r305626 in to the FreeBSD test suite 2017-08-13 01:04:44 +00:00
Makefile.inc Introduce caspermocks. 2017-10-28 19:23:57 +00:00