]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
lsm: constify function parameters
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 25 Nov 2024 10:59:24 +0000 (11:59 +0100)
committerPaul Moore <paul@paul-moore.com>
Sun, 5 Jan 2025 03:04:39 +0000 (22:04 -0500)
commitb0966c7c816a0be9a34cdf4fb16fdb89560af623
treec1765cfff3fcd72606eae9593b09d1fcedd01218
parent241d6a66404c975415fd0facaf70d61b37248f50
lsm: constify function parameters

The functions print_ipv4_addr() and print_ipv6_addr() are called with
string literals and do not modify these parameters internally.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
[PM: cleaned up the description to remove long lines]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/lsm_audit.c