summaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)Author
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun
2025-02-07io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz
2025-01-22Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-01-04security: remove redundant assignment to return variableColin Ian King
2024-12-18exec: Add a new AT_EXECVE_CHECK flag to execveat(2)Mickaël Salaün
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko
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