From 672fa03d65e8ffe0cca6e79d374caf0bf9988d20 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 11 Nov 2016 08:57:44 -0500 Subject: hidepid part 1 --- src/firemon/top.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/firemon/top.c') diff --git a/src/firemon/top.c b/src/firemon/top.c index a6da6f64e..b804761dd 100644 --- a/src/firemon/top.c +++ b/src/firemon/top.c @@ -232,9 +232,6 @@ void head_print(int col, int row) { } void top(void) { - if (getuid() == 0) - firemon_drop_privs(); - while (1) { // clear linked list head_clear(); -- cgit v1.2.3-54-g00ecf