1PSPAX(1) Documentation for pax-utils PSPAX(1)
2
3
4
6 pspax - list ELF/PaX information about running processes
7
9 pspax [options] ELFs
10
12 pspax is a user-space utility that scans the proc directory and list
13 ELF types, as well as their respective PaX flags and filenames and
14 attributes. Depending on build options, it may additionally display the
15 process running set of capabilities.
16
18 -a, --all
19 Show all processes
20
21 -e, --header
22 Print GNU_STACK/PT_LOAD markings
23
24 -i, --ipaddr
25 Print ipaddr info if supported
26
27 -p, --pid PID
28 Only process specified process id
29
30 -u, --user UID
31 Process user/uid #
32
33 -g, --group GID
34 Process group/gid #
35
36 -n, --nx
37 Only display w^x processes
38
39 -w, --wx
40 Only display w|x processes
41
42 -v, --verbose
43 Be verbose (can be used more than once)
44
45 -B, --nobanner
46 Don't display the header
47
48 -h, --help
49 Show condensed usage and exit
50
51 -V, --version
52 Print version and exit
53
55 http://hardened.gentoo.org/pax-utils.xml
56
58 Please include as much information as possible (using any available
59 debugging options) and send bug reports to the maintainers (see the
60 AUTHORS section). Please use the Gentoo bugzilla at
61 http://bugs.gentoo.org/ if possible.
62
64 chpax(1), dumpelf(1), paxctl(1), pspax(1), readelf(1), scanelf(1),
65 elf(5)
66
68 Ned Ludd <solar@gentoo.org>
69 Maintainer
70
71 Mike Frysinger <vapier@gentoo.org>
72 Maintainer
73
74 Fabian Groffen <grobian@gentoo.org>
75 Mach-O Maintainer
76
78 1. http://hardened.gentoo.org/pax-utils.xml
79
80 2. http://bugs.gentoo.org/
81
82
83
84pax-utils 1.2.8 12/20/2020 PSPAX(1)