needed by other igt tools that are collecting more usefull information. --- tools/intel_gpu_abrt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/intel_gpu_abrt b/tools/intel_gpu_abrt index fe3684d..9ca58c0 100755 --- a/tools/intel_gpu_abrt +++ b/tools/intel_gpu_abrt @@ -1,5 +1,10 @@ #!/bin/sh +if [[ $UID -ne 0 ]]; then + echo "$0 must be run as root" + exit 1 +fi + get(){ if [ ! -e $tardir/${@:$#} ] ; then mkdir -p $tardir/${@:$#} -- 1.7.11.7