summaryrefslogtreecommitdiff
path: root/utils/pscap.8
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pscap.8')
-rw-r--r--utils/pscap.88
1 files changed, 5 insertions, 3 deletions
diff --git a/utils/pscap.8 b/utils/pscap.8
index 661e2f6..a26f49b 100644
--- a/utils/pscap.8
+++ b/utils/pscap.8
@@ -1,10 +1,12 @@
-.TH PSCAP: "8" "March 2009" "Red Hat" "System Administration Utilities"
+.TH PSCAP: "8" "Sept 2020" "Red Hat" "System Administration Utilities"
.SH NAME
pscap \- a program to see capabilities
.SH SYNOPSIS
-.B pscap [ \-a ]
+.B pscap [ \-a | \-p pid ]
.SH DESCRIPTION
-\fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
+\fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. By giving a pid with the \-p command line option, only the process specified with the pid is reported. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added. If the process has ambient capabilities, a '@' symbols is added.
+
+The command name in the output may be followed by an asterisk mark (*). This mark denotes processes which run in child user namespaces (relative to the user namespace of pscap itself).
.SH "SEE ALSO"
.BR netcap (8),