summaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)Author
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-12security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko
2024-09-09security: Update file_set_fowner documentationMickaël Salaün
2024-08-26lsm: remove LSM_COUNT and LSM_CONFIG_COUNTTetsuo Handa
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu
2024-08-20ipe: add support for dm-verity as a trust providerDeven Bowers
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu
2024-08-19lsm: add IPE lsmDeven Bowers
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore
2024-08-12lsm: cleanup lsm_hooks.hPaul Moore
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai
2024-07-29lsm: infrastructure management of the perf_event security blobCasey Schaufler
2024-07-29lsm: infrastructure management of the infiniband blobCasey Schaufler
2024-07-29lsm: infrastructure management of the dev_tun blobCasey Schaufler
2024-07-29lsm: add helper for blob allocationsCasey Schaufler
2024-07-29lsm: infrastructure management of the key security blobCasey Schaufler
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler
2024-07-16Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-06-03lsm: fixup the inode xattr capability handlingPaul Moore
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger
2024-04-03security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu
2024-03-14lsm: handle the NULL buffer case in lsm_fill_user_ctx()Paul Moore
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22lsm: use default hook return value in call_int_hook()Ondrej Mosnacek
2024-02-21lsm: fix typos in security/security.c comment headersPairman Guo
2024-02-15integrity: Remove LSMRoberto Sassu
2024-02-15evm: Make it independent from 'integrity' LSMRoberto Sassu
2024-02-15evm: Move to LSM infrastructureRoberto Sassu
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-15integrity: Move integrity_kernel_module_request() to IMARoberto Sassu
2024-02-15security: Introduce key_post_create_or_update hookRoberto Sassu
2024-02-15security: Introduce inode_post_remove_acl hookRoberto Sassu
2024-02-15security: Introduce inode_post_set_acl hookRoberto Sassu
2024-02-15security: Introduce inode_post_create_tmpfile hookRoberto Sassu
2024-02-15security: Introduce path_post_mknod hookRoberto Sassu
2024-02-15security: Introduce file_release hookRoberto Sassu
2024-02-15security: Introduce file_post_open hookRoberto Sassu
2024-02-15security: Introduce inode_post_removexattr hookRoberto Sassu
2024-02-15security: Introduce inode_post_setattr hookRoberto Sassu
2024-02-15security: Align inode_setattr hook definition with EVMRoberto Sassu
2024-02-15evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu
2024-02-15evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu
2024-02-15ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu