aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar luz.paz <luzpaz@users.noreply.github.com>2018-11-19 10:07:39 -0500
committerLibravatar luz.paz <luzpaz@users.noreply.github.com>2018-11-19 10:07:39 -0500
commit681e074681d8864c07f6cfa5c263ed6e384da878 (patch)
tree0482b61024223273180be9214b6c1d2ae390e550 /src/firemon
parentRemove -c from usage completely. (diff)
downloadfirejail-681e074681d8864c07f6cfa5c263ed6e384da878.tar.gz
firejail-681e074681d8864c07f6cfa5c263ed6e384da878.tar.zst
firejail-681e074681d8864c07f6cfa5c263ed6e384da878.zip
Misc. typos
Found using `codespell -q 3 -L shotcut,objext,als,ans,creat,varius,chage,tthe`
Diffstat (limited to 'src/firemon')
-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;