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/apparmor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon/apparmor.c') diff --git a/src/firemon/apparmor.c b/src/firemon/apparmor.c index 028dbc212..c34a44165 100644 --- a/src/firemon/apparmor.c +++ b/src/firemon/apparmor.c @@ -44,7 +44,7 @@ void apparmor(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); int child = find_child(i); if (child != -1) print_apparmor(child); -- cgit v1.2.3-54-g00ecf