utils: genprof/logprof - fix missing newline nit in MR1543

This is a trivial fix for
  MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1543

instead of waiting longer for the auther to fix, the MR was merged
and this manual fixup done.

Fixes: dfe9d713f ("aa-logprof/aa-genprof: allow ignoring executions")
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen 2025-02-19 10:53:47 -08:00
parent 71282550bb
commit 125ef7a8cb

View file

@ -893,6 +893,7 @@ def ask_exec(hashlog, default_ans=''):
if ans == 'CMD_IGNORE_ENTRY':
continue
if exec_mode and 'i' in exec_mode:
# For inherit we need mr
file_perm = 'mr'