freebsd-skq/usr.bin/procstat
ed 066f63003b Decompose linkat()/renameat() rights to source and target.
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
2015-08-27 15:16:41 +00:00
..
Makefile Implement basic cpuset reporting in procstat via the -S flag. 2015-03-10 09:41:48 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
procstat_args.c
procstat_auxv.c
procstat_basic.c
procstat_bin.c
procstat_cred.c
procstat_cs.c Implement basic cpuset reporting in procstat via the -S flag. 2015-03-10 09:41:48 +00:00
procstat_files.c Decompose linkat()/renameat() rights to source and target. 2015-08-27 15:16:41 +00:00
procstat_kstack.c
procstat_rlimit.c Add a resource limit for the total number of kqueues available to the 2013-10-21 16:46:12 +00:00
procstat_rusage.c Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
procstat_sigs.c
procstat_threads.c
procstat_vm.c In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extra 2014-07-20 20:11:34 +00:00
procstat.1 Create links to the libprocstat man pages for all of the libprocstat functions so they can be looked up by name 2015-05-21 03:32:44 +00:00
procstat.c Fix a typo and update the date in the man page. 2015-03-11 08:08:54 +00:00
procstat.h Implement basic cpuset reporting in procstat via the -S flag. 2015-03-10 09:41:48 +00:00