diff options
| author | Oleg Nesterov <oleg@redhat.com> | 2026-07-05 18:52:45 +0200 |
|---|---|---|
| committer | John Johansen <john.johansen@canonical.com> | 2026-08-06 13:50:45 -0700 |
| commit | 485d3f5760d8feb8a5d842218c9cb980a78cc34d (patch) | |
| tree | c355fdb65dcbeab572aff356e8f672d567e20b8c /tools/perf/scripts/python/bin | |
| parent | efede141dc86279e663ac8c28f61c19cf7e36c84 (diff) | |
apparmor: use SEND_SIG_NOINFO instead of NULL in aa_audit()
SEND_SIG_NOINFO is defined as ((struct kernel_siginfo *) 0), so passing
NULL works, but:
- this works "by accident" and looks as if the caller doesn't understand
the signal sending API.
- more importantly, this hides the usage of SEND_SIG_NOINFO from grep,
and this is really bad.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Georgia Garcia <georgia.garcia@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
