aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/cgroup.c')
-rw-r--r--src/firemon/cgroup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/firemon/cgroup.c b/src/firemon/cgroup.c
index 0b93390ae..ec2d350af 100644
--- a/src/firemon/cgroup.c
+++ b/src/firemon/cgroup.c
@@ -45,9 +45,6 @@ static void print_cgroup(int pid) {
45} 45}
46 46
47void cgroup(pid_t pid) { 47void cgroup(pid_t pid) {
48 if (getuid() == 0)
49 firemon_drop_privs();
50
51 pid_read(pid); 48 pid_read(pid);
52 49
53 // print processes 50 // print processes