summaryrefslogtreecommitdiffstats
path: root/security/security.c
AgeCommit message (Expand)AuthorLines
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+1
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-30/+66
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu-8/+1
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler-0/+15
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler-6/+5
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler-14/+14
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler-7/+7
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler-0/+21
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler-3/+4
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko-4/+6
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2024-09-12security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko-1/+1
2024-09-09security: Update file_set_fowner documentationMickaël Salaün-0/+2
2024-08-26lsm: remove LSM_COUNT and LSM_CONFIG_COUNTTetsuo Handa-33/+4
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh-64/+155
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu-0/+20
2024-08-20ipe: add support for dm-verity as a trust providerDeven Bowers-11/+12
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers-0/+103
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu-0/+10
2024-08-19lsm: add IPE lsmDeven Bowers-1/+2
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore-16/+16
2024-08-12lsm: cleanup lsm_hooks.hPaul Moore-1/+1
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai-8/+3
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai-6/+5
2024-07-29lsm: infrastructure management of the perf_event security blobCasey Schaufler-2/+18
2024-07-29lsm: infrastructure management of the infiniband blobCasey Schaufler-2/+15
2024-07-29lsm: infrastructure management of the dev_tun blobCasey Schaufler-2/+15
2024-07-29lsm: add helper for blob allocationsCasey Schaufler-64/+33
2024-07-29lsm: infrastructure management of the key security blobCasey Schaufler-2/+37
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler-1/+35
2024-07-16Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-22/+48
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua-2/+4
2024-06-03lsm: fixup the inode xattr capability handlingPaul Moore-22/+48
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger-2/+3
2024-04-03security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu-2/+2
2024-03-14lsm: handle the NULL buffer case in lsm_fill_user_ctx()Paul Moore-1/+7
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler-6/+6
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-400/+381
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2024-02-22lsm: use default hook return value in call_int_hook()Ondrej Mosnacek-307/+225
2024-02-21lsm: fix typos in security/security.c comment headersPairman Guo-4/+4
2024-02-15integrity: Remove LSMRoberto Sassu-2/+0
2024-02-15evm: Make it independent from 'integrity' LSMRoberto Sassu-2/+2
2024-02-15evm: Move to LSM infrastructureRoberto Sassu-33/+10
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu-13/+0
2024-02-15ima: Move to LSM infrastructureRoberto Sassu-51/+12
2024-02-15integrity: Move integrity_kernel_module_request() to IMARoberto Sassu-1/+1
2024-02-15security: Introduce key_post_create_or_update hookRoberto Sassu-0/+19
2024-02-15security: Introduce inode_post_remove_acl hookRoberto Sassu-0/+17
2024-02-15security: Introduce inode_post_set_acl hookRoberto Sassu-0/+17