diff options
author | B. Watson <urchlay@slackware.uk> | 2023-04-13 22:34:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:26 +0700 |
commit | 1221f08625e106ef780ce6ad07ada3e420141657 (patch) | |
tree | c22308d492a984a3c9180b15699f38aa905476a9 /system/pax-utils/README | |
parent | 0ede7f2818608498c0bcbc8a715332529e5d45b2 (diff) |
system/pax-utils: Added (security audit tools for ELF binaries)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pax-utils/README')
-rw-r--r-- | system/pax-utils/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/pax-utils/README b/system/pax-utils/README new file mode 100644 index 0000000000..61ee533183 --- /dev/null +++ b/system/pax-utils/README @@ -0,0 +1,9 @@ +pax-utils (security audit tools for ELF binaries) + +pax-utils is a small set of utilities for peforming Q/A (mostly +security) checks on systems (most notably, scanelf). It is focused on +the ELF format, but does include a Mach-O helper too for OS X systems. + +You don't need PaX to use the pax-utils. In fact, the only thing they +really have in common is that pax-utils was initially written to aid +in deploying PaX systems. |