mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
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:
parent
71282550bb
commit
125ef7a8cb
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user