diff options
author | 2023-08-23 13:16:40 +0500 | |
---|---|---|
committer | 2023-09-14 15:27:29 -0400 | |
commit | a721f7b8c3548e943e514a957f2a37f4763b9888 (patch) | |
tree | ab176d981cc00bf0efb733183276c601e4967cfb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | lsm: constify 'bprm' parameter in security_bprm_committing_creds() (diff) | |
download | wireguard-linux-a721f7b8c3548e943e514a957f2a37f4763b9888.tar.xz wireguard-linux-a721f7b8c3548e943e514a957f2a37f4763b9888.zip |
lsm: constify 'bprm' parameter in security_bprm_committed_creds()
Three LSMs register the implementations for the 'bprm_committed_creds()'
hook: AppArmor, SELinux and tomoyo. Looking at the function
implementations we may observe that the 'bprm' parameter is not changing.
Mark the 'bprm' parameter of LSM hook security_bprm_committed_creds() as
'const' since it will not be changing in the LSM hook.
Signed-off-by: Khadija Kamran <kamrankhadijadj@gmail.com>
[PM: minor merge fuzzing due to other constification patches]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions