Skip to content
Snippets Groups Projects
Forked from gfx-ci / linux
Source project has a limited visibility.
  • Linus Torvalds's avatar
    5591fd5e
    Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm · 5591fd5e
    Linus Torvalds authored
    Pull lsm updates from Paul Moore:
     "Thirteen patches, all focused on moving away from the current 'secid'
      LSM identifier to a richer 'lsm_prop' structure.
    
      This move will help reduce the translation that is necessary in many
      LSMs, offering better performance, and make it easier to support
      different LSMs in the future"
    
    * tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
      lsm: remove lsm_prop scaffolding
      netlabel,smack: use lsm_prop for audit data
      audit: change context data from secid to lsm_prop
      lsm: create new security_cred_getlsmprop LSM hook
      audit: use an lsm_prop in audit_names
      lsm: use lsm_prop in security_inode_getsecid
      lsm: use lsm_prop in security_current_getsecid
      audit: update shutdown LSM data
      lsm: use lsm_prop in security_ipc_getsecid
      audit: maintain an lsm_prop in audit_context
      lsm: add lsmprop_to_secctx hook
      lsm: use lsm_prop in security_audit_rule_match
      lsm: add the lsm_prop data structure
    5591fd5e
    History
    Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
    Linus Torvalds authored
    Pull lsm updates from Paul Moore:
     "Thirteen patches, all focused on moving away from the current 'secid'
      LSM identifier to a richer 'lsm_prop' structure.
    
      This move will help reduce the translation that is necessary in many
      LSMs, offering better performance, and make it easier to support
      different LSMs in the future"
    
    * tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
      lsm: remove lsm_prop scaffolding
      netlabel,smack: use lsm_prop for audit data
      audit: change context data from secid to lsm_prop
      lsm: create new security_cred_getlsmprop LSM hook
      audit: use an lsm_prop in audit_names
      lsm: use lsm_prop in security_inode_getsecid
      lsm: use lsm_prop in security_current_getsecid
      audit: update shutdown LSM data
      lsm: use lsm_prop in security_ipc_getsecid
      audit: maintain an lsm_prop in audit_context
      lsm: add lsmprop_to_secctx hook
      lsm: use lsm_prop in security_audit_rule_match
      lsm: add the lsm_prop data structure