aboutsummaryrefslogtreecommitdiff
path: root/lib/libcapsicum/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add man pages for Capsicum helpers.Mariusz Zaborski2016-10-051-0/+10
| | | | | | | | Reviewed by: cem Differential Revision: https://reviews.freebsd.org/D8154 Notes: svn path=/head/; revision=306726
* libcapsicum: introduce Capsicum helpersMariusz Zaborski2016-10-031-0/+7
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=306657
* Remove lib/libcapsicum and libexec/casper, brought back asGlen Barber2016-04-171-47/+0
| | | | | | | | | | part of a merge mishap. Reported by: junovitch Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=298139
* First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | While here reduce a bit overlinking Notes: svn path=/head/; revision=275024
* Both libcasper and libcapsicum libraries have to be installed in /lib/,Pawel Jakub Dawidek2013-12-021-0/+1
| | | | | | | as they are used by /sbin/casperd. Notes: svn path=/head/; revision=258850
* Please welcome casperd daemon. It (and its services) will be responsible forPawel Jakub Dawidek2013-12-021-0/+46
giving access to functionality that is not available in capability mode sandbox. The functionality can be precisely restricted. Start with the following services: - system.dns - provides API compatible to: - gethostbyname(3), - gethostbyname2(3), - gethostbyaddr(3), - getaddrinfo(3), - getnameinfo(3), - system.grp - provides getgrent(3)-compatible API, - system.pwd - provides getpwent(3)-compatible API, - system.random - allows to obtain entropy from /dev/random, - system.sysctl - provides sysctlbyname(3-compatible API. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=258838