Changes in this release:
- The
caplin-process-diagnostics.sh
script now handles ptrace 'access mode check' failures more gracefully. It detects when/proc/<pid>/exe
is not readable by the script user (indicative of a ptrace 'access mode check' failure), and prompts the user to try rerunning the script as root. If the user chooses to continue regardless, the script runs a minimal set of diagnostics. - The
caplin-process-diagnostics.sh
script now records the process's effective and real user names - The
caplin-process-diagnostics.sh
script now records the script's effective and real user names - The
caplin-process-diagnostics.sh
script now records the script version in the log filediagnostics.log
- Both scripts now support a new command-line option
--version
, which prints the script version and exits