#!/bin/sh
#
# getProcRootRead - Return 1 if treeps needs to be setuid root to read
#		    all processes info details.
#


# Linux does not need to be root to read process info. Well at least
# on RH 5.0 - 6.0. Don't know about other versions, this is a kernel
# feature anyhow so should not vary across distributions.

echo "0"
