History log of /freebsd-current/lib/libcasper/services/cap_fileargs/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 7d8e1e8d 29-Mar-2023 John Baldwin <jhb@FreeBSD.org>

libcasper: Move helper libraries from /lib/casper to /lib.

These libraries are linked to directly by applications rather than
opened at runtime via dlopen().

Discussed with: oshogbo
Reviewed by: markj, emaste
Differential Revision: https://reviews.freebsd.org/D39245


# dcdad299 09-Jan-2021 Mariusz Zaborski <oshogbo@FreeBSD.org>

fileargs: add support for realpath


# faaf43b2 09-Jan-2021 Mariusz Zaborski <oshogbo@FreeBSD.org>

fileargs: add tests


# 724fad3a 05-Sep-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Move libcap_ to FreeBSD-runtime

A lot of binaries present in FreeBSD-runtime depend on it so move
the libs there.

Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21501


# 89e9665b 21-Jul-2019 Mark Johnston <markj@FreeBSD.org>

Link fileargs_lstat.3.

Sponsored by: The FreeBSD Foundation


# cdd6ea94 12-Nov-2018 Mariusz Zaborski <oshogbo@FreeBSD.org>

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