]> www.infradead.org Git - users/dwmw2/linux.git/commit
audit: update shutdown LSM data
authorCasey Schaufler <casey@schaufler-ca.com>
Wed, 9 Oct 2024 17:32:14 +0000 (10:32 -0700)
committerPaul Moore <paul@paul-moore.com>
Fri, 11 Oct 2024 18:34:13 +0000 (14:34 -0400)
commite4f682204408a5c4430bf636aec78c894c14e901
tree541e8a6d21e9c33f21a397929c48bc2eeb794e47
parentf4602f163c98bc93c118e196466c1c98186adb67
audit: update shutdown LSM data

The audit process LSM information is changed from a secid audit_sig_sid
to an lsm_prop in audit_sig_lsm. Update the users of this data
appropriately. Calls to security_secid_to_secctx() are changed to use
security_lsmprop_to_secctx() instead. security_current_getsecid_subj()
is scaffolded. It will be updated in a subsequent patch.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
[PM: subject line tweak]
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/audit.c