summaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko1-4/+6
2024-09-25Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-09-13security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko1-1/+1
2024-09-09security: Update file_set_fowner documentationMickaël Salaün1-0/+2
2024-08-27lsm: remove LSM_COUNT and LSM_CONFIG_COUNTTetsuo Handa1-33/+4
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh1-64/+155
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu1-0/+20
2024-08-20ipe: add support for dm-verity as a trust providerDeven Bowers1-11/+12
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers1-0/+103
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu1-0/+10
2024-08-20lsm: add IPE lsmDeven Bowers1-1/+2
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore1-16/+16
2024-08-12lsm: cleanup lsm_hooks.hPaul Moore1-1/+1
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai1-8/+3
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai1-6/+5
2024-07-29lsm: infrastructure management of the perf_event security blobCasey Schaufler1-2/+18
2024-07-29lsm: infrastructure management of the infiniband blobCasey Schaufler1-2/+15
2024-07-29lsm: infrastructure management of the dev_tun blobCasey Schaufler1-2/+15
2024-07-29lsm: add helper for blob allocationsCasey Schaufler1-64/+33
2024-07-29lsm: infrastructure management of the key security blobCasey Schaufler1-2/+37
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler1-1/+35
2024-07-17Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-22/+48
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+4
2024-06-04lsm: fixup the inode xattr capability handlingPaul Moore1-22/+48
2024-04-10security: allow finer granularity in permitting copy-up of security xattrsStefan Berger1-2/+3
2024-04-03security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu1-2/+2
2024-03-14lsm: handle the NULL buffer case in lsm_fill_user_ctx()Paul Moore1-1/+7
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler1-6/+6
2024-03-13Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-400/+381
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2024-02-23lsm: use default hook return value in call_int_hook()Ondrej Mosnacek1-307/+225
2024-02-22lsm: fix typos in security/security.c comment headersPairman Guo1-4/+4
2024-02-16integrity: Remove LSMRoberto Sassu1-2/+0
2024-02-16evm: Make it independent from 'integrity' LSMRoberto Sassu1-2/+2
2024-02-16evm: Move to LSM infrastructureRoberto Sassu1-33/+10
2024-02-16ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu1-13/+0
2024-02-16ima: Move to LSM infrastructureRoberto Sassu1-51/+12
2024-02-16integrity: Move integrity_kernel_module_request() to IMARoberto Sassu1-1/+1
2024-02-16security: Introduce key_post_create_or_update hookRoberto Sassu1-0/+19
2024-02-16security: Introduce inode_post_remove_acl hookRoberto Sassu1-0/+17
2024-02-16security: Introduce inode_post_set_acl hookRoberto Sassu1-0/+17
2024-02-16security: Introduce inode_post_create_tmpfile hookRoberto Sassu1-0/+15
2024-02-16security: Introduce path_post_mknod hookRoberto Sassu1-0/+14
2024-02-16security: Introduce file_release hookRoberto Sassu1-0/+11
2024-02-16security: Introduce file_post_open hookRoberto Sassu1-0/+17
2024-02-16security: Introduce inode_post_removexattr hookRoberto Sassu1-0/+14
2024-02-16security: Introduce inode_post_setattr hookRoberto Sassu1-0/+16
2024-02-16security: Align inode_setattr hook definition with EVMRoberto Sassu1-1/+1
2024-02-16evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu1-1/+1
2024-02-16evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu1-1/+1