aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/procevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/procevent.c')
-rw-r--r--src/firemon/procevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c
index 5b16191be..64d7d8f2d 100644
--- a/src/firemon/procevent.c
+++ b/src/firemon/procevent.c
@@ -385,7 +385,7 @@ static int procevent_monitor(const int sock, pid_t mypid) {
385 int add_new = 0; 385 int add_new = 0;
386 if (pids[pid].level < 0) // not a firejail process 386 if (pids[pid].level < 0) // not a firejail process
387 continue; 387 continue;
388 else if (pids[pid].level == 0) { // new porcess, do we track it? 388 else if (pids[pid].level == 0) { // new process, do we track it?
389 if (pid_is_firejail(pid) && mypid == 0) { 389 if (pid_is_firejail(pid) && mypid == 0) {
390 pids[pid].level = 1; 390 pids[pid].level = 1;
391 add_new = 1; 391 add_new = 1;