libcasper: fix cap_rights_init usageCapability rights passed to cap_rights_* are not simple bitmaks andcannot be ORed together in general (although it will work for certainsubsets of rights).PR
libcasper: fix cap_rights_init usageCapability rights passed to cap_rights_* are not simple bitmaks andcannot be ORed together in general (although it will work for certainsubsets of rights).PR: 277057Fixes: faaf43b2a750 ("fileargs: add tests")Sponsored by: The FreeBSD Foundation(cherry picked from commit 3733d82c4deb49035a39e18744085d1e3e9b8dc5)
show more ...
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
tests: Skip cap_fileargs if build without capsicum capabilitiesApproved by: oshogboSponsored by: NetflixDifferential Revision: https://reviews.freebsd.org/D2834
fileargs: add support for realpath
fileargs: add tests