summaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2025-09-16security_dentry_init_security(): constify qstr argumentAl Viro1-2/+2
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-2/+2
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler1-2/+4
2025-07-29Merge tag 'lsm-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+16
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-4/+4
2025-07-01lsm: introduce new hooks for setting/getting inode fsxattrAndrey Albershteyn1-0/+16
2025-06-25security: Remove unused declaration cap_mmap_file()Yue Haibing1-2/+0
2025-06-12make securityfs_remove() remove the entire subtreeAl Viro1-1/+2
2025-04-22lsm: Move security_netlink_send to under CONFIG_SECURITY_NETWORKSong Liu1-6/+6
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus 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-08io_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-19Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-25Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2024-09-13security,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-10security: 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-13Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+59
2024-02-16security: Introduce key_post_create_or_update hookRoberto Sassu1-0/+11
2024-02-16security: Introduce inode_post_remove_acl hookRoberto Sassu1-0/+8
2024-02-16security: Introduce inode_post_set_acl hookRoberto Sassu1-0/+7
2024-02-16security: Introduce inode_post_create_tmpfile hookRoberto Sassu1-0/+6