diff options
author | 2024-01-30 13:56:59 +0100 | |
---|---|---|
committer | 2024-02-22 16:52:22 -0500 | |
commit | 260017f31a8c3879be5f9048a46f382b06c1923a (patch) | |
tree | 8ba8bb6548a56f1c6995e2938517e9a21c7d22d0 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | lsm: fix typos in security/security.c comment headers (diff) | |
download | wireguard-linux-260017f31a8c3879be5f9048a46f382b06c1923a.tar.xz wireguard-linux-260017f31a8c3879be5f9048a46f382b06c1923a.zip |
lsm: use default hook return value in call_int_hook()
Change the definition of call_int_hook() to treat LSM_RET_DEFAULT(...)
as the "continue" value instead of 0. To further simplify this macro,
also drop the IRC argument and replace it with LSM_RET_DEFAULT(...).
After this the macro can be used in a couple more hooks, where similar
logic is currently open-coded. At the same time, some other existing
call_int_hook() users now need to be open-coded, but overall it's still
a net simplification.
There should be no functional change resulting from this patch.
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
[PM: merge fuzz due to other hook changes, tweaks from list discussion]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions