mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
To make it easier to understand how Capsicum interacts with linkat() and
renameat(), rename the rights to CAP_{LINK,RENAME}AT_{SOURCE,TARGET}.
This also addresses a shortcoming in Capsicum, where it isn't possible
to disable linking to files stored in a directory. Creating hardlinks
essentially makes it possible to access files with additional rights.
Reviewed by: rwatson, wblock
Differential Revision: https://reviews.freebsd.org/D3411
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| procstat.1 | ||
| procstat.c | ||
| procstat.h | ||
| procstat_args.c | ||
| procstat_auxv.c | ||
| procstat_basic.c | ||
| procstat_bin.c | ||
| procstat_cred.c | ||
| procstat_cs.c | ||
| procstat_files.c | ||
| procstat_kstack.c | ||
| procstat_rlimit.c | ||
| procstat_rusage.c | ||
| procstat_sigs.c | ||
| procstat_threads.c | ||
| procstat_vm.c | ||