From 78e519f5108d327afb3341439fee9a49491534fe Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 1 Oct 2020 08:55:41 -0400 Subject: replaced --nowrap with --wrap in firemon (#2992) --- src/firemon/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon/x11.c') diff --git a/src/firemon/x11.c b/src/firemon/x11.c index a41f4825f..19b54429c 100644 --- a/src/firemon/x11.c +++ b/src/firemon/x11.c @@ -30,7 +30,7 @@ void x11(pid_t pid, int print_procs) { for (i = 0; i < max_pids; i++) { if (pids[i].level == 1) { if (print_procs || pid == 0) - pid_print_list(i, arg_nowrap); + pid_print_list(i, arg_wrap); char *x11file; // todo: use macro from src/firejail/firejail.h for /run/firejail/x11 directory -- cgit v1.2.3-70-g09d2