From e3481a9846ef01bb27c169b71eafeee704e10c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 29 Oct 2022 19:21:12 +0200 Subject: Linux: highlight username if process has elevated privileges Highlight processes started from binaries with file capabilities set, like kwin_wayland, or retaining Linux capabilities, via the ambient set, after switching from the root user, e.g. rtkit. --- CRT.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index c06d3ae7..bf5e460e 100644 --- a/CRT.h +++ b/CRT.h @@ -85,6 +85,7 @@ typedef enum ColorElements_ { PROCESS_THREAD_BASENAME, PROCESS_COMM, PROCESS_THREAD_COMM, + PROCESS_PRIV, BAR_BORDER, BAR_SHADOW, GRAPH_1, -- cgit v1.2.3