opnsense-src/lib/libcasper/services
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
..
cap_dns libcasper: ange the name of limits in cap_dns so the intentions are obvious. 2018-11-12 15:52:45 +00:00
cap_fileargs libcasper: introduce cap_fileargs service 2018-11-12 17:40:47 +00:00
cap_grp libcasper: using explicit_bzero in cap_grp service 2018-11-04 19:43:59 +00:00
cap_pwd [libcasper] Use explicit_bzero instead of memset to clear pwd struct 2018-06-26 19:57:47 +00:00
cap_random nv was moved to the 9 section. 2018-02-26 19:08:27 +00:00
cap_sysctl Fix reference to man page in Makefile. 2018-03-18 17:27:37 +00:00
cap_syslog nv was moved to the 9 section. 2018-02-26 19:08:27 +00:00
tests DIRDEPS_BUILD: Connect new directories. 2017-10-31 00:04:07 +00:00
Makefile libcasper: introduce cap_fileargs service 2018-11-12 17:40:47 +00:00
Makefile.inc