Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcapsicum: limit stderr | Mariusz Zaborski | 2016-10-04 | 1 | -1/+1 |
| | | | | | | | | | Don't limit stdout twice, instead limit stderr. Pointed out by: rpokala@ Notes: svn path=/head/; revision=306673 | ||||
* | libcapsicum: introduce Capsicum helpers | Mariusz Zaborski | 2016-10-03 | 1 | -0/+120 |
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 |