mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue