aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/apparmor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/apparmor.c')
-rw-r--r--src/firemon/apparmor.c2
1 files changed, 1 insertions, 1 deletions
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) {
44 for (i = 0; i < max_pids; i++) { 44 for (i = 0; i < max_pids; i++) {
45 if (pids[i].level == 1) { 45 if (pids[i].level == 1) {
46 if (print_procs || pid == 0) 46 if (print_procs || pid == 0)
47 pid_print_list(i, arg_nowrap); 47 pid_print_list(i, arg_wrap);
48 int child = find_child(i); 48 int child = find_child(i);
49 if (child != -1) 49 if (child != -1)
50 print_apparmor(child); 50 print_apparmor(child);