mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Include mknod in file operations aa-logprof / aa-genprof processing
This commit is contained in:
parent
49103b30f2
commit
cad0c3c8a9
1 changed files with 1 additions and 0 deletions
|
@ -2860,6 +2860,7 @@ sub add_event_to_tree ($) {
|
|||
} elsif ($e->{operation} eq "open" ||
|
||||
$e->{operation} eq "truncate" ||
|
||||
$e->{operation} eq "mkdir" ||
|
||||
$e->{operation} eq "mknod" ||
|
||||
$e->{operation} eq "rename_src" ||
|
||||
$e->{operation} eq "rename_dest" ||
|
||||
$e->{operation} =~ m/^(unlink|rmdir|symlink_create|link)$/) {
|
||||
|
|
Loading…
Add table
Reference in a new issue