|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
| #
dcdad299 |
| 10-Jan-2021 |
Mariusz Zaborski <[email protected]> |
fileargs: add support for realpath
|
| #
faaf43b2 |
| 09-Jan-2021 |
Mariusz Zaborski <[email protected]> |
fileargs: add tests
|
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0 |
|
| #
724fad3a |
| 05-Sep-2019 |
Emmanuel Vadot <[email protected]> |
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/
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
show more ...
|
| #
89e9665b |
| 21-Jul-2019 |
Mark Johnston <[email protected]> |
Link fileargs_lstat.3.
Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/11.3.0, release/12.0.0 |
|
| #
cdd6ea94 |
| 12-Nov-2018 |
Mariusz Zaborski <[email protected]> |
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 mak
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
show more ...
|