aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/security.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-6/+6
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy1-6/+6
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun1-3/+2
2025-02-10lsm: fix a missing security_uring_allowed() prototypePaul Moore1-1/+1
2025-02-07io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz1-0/+5
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-23/+3
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler1-2/+3
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-5/+4
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-2/+33
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-16/+82
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler1-6/+0
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler1-0/+5
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler1-3/+4
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-6/+7
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler1-3/+15
2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler1-0/+24
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler1-1/+9
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler1-3/+4
2024-10-11lsm: add the lsm_prop data structureCasey Schaufler1-0/+20
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko1-2/+2
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-2/+2
2024-09-12security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko1-2/+2
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu1-0/+1
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu1-0/+10
2024-08-20dm-verity: expose root hash digest and signature data to LSMsDeven Bowers1-1/+8
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers1-0/+26
2024-08-20lsm: add new securityfs delete functionFan Wu1-0/+1
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu1-0/+8
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+3
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger1-2/+2
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler1-4/+4
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-0/+59
2024-02-15security: Introduce key_post_create_or_update hookRoberto Sassu1-0/+11
2024-02-15security: Introduce inode_post_remove_acl hookRoberto Sassu1-0/+8
2024-02-15security: Introduce inode_post_set_acl hookRoberto Sassu1-0/+7
2024-02-15security: Introduce inode_post_create_tmpfile hookRoberto Sassu1-0/+6
2024-02-15security: Introduce path_post_mknod hookRoberto Sassu1-0/+5
2024-02-15security: Introduce file_release hookRoberto Sassu1-0/+4
2024-02-15security: Introduce file_post_open hookRoberto Sassu1-0/+6
2024-02-15security: Introduce inode_post_removexattr hookRoberto Sassu1-0/+5
2024-02-15security: Introduce inode_post_setattr hookRoberto Sassu1-0/+7
2024-01-24bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko1-0/+25
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko1-2/+4
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko1-5/+7
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni1-0/+9
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore1-4/+5
2023-11-12LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler1-0/+14
2023-11-12LSM: syscalls for current process attributesCasey Schaufler1-0/+19