Skip to content
Commit 472c9e10 authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

leaking_addresses: skip all /proc/PID except /proc/1



When the system is idle it is likely that most files under /proc/PID
will be identical for various processes.  Scanning _all_ the PIDs under
/proc is unnecessary and implies that we are thoroughly scanning /proc.
This is _not_ the case because there may be ways userspace can trigger
creation of /proc files that leak addresses but were not present during
a scan.  For these two reasons we should exclude all PID directories
under /proc except '1/'

Exclude all /proc/PID except /proc/1.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent 5e4bac34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment