summaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)Author
6 daysMerge tag 'lsm-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysMerge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-01lsm: introduce new hooks for setting/getting inode fsxattrAndrey Albershteyn
2025-06-24security: Remove unused declaration cap_mmap_file()Yue Haibing
2025-06-11make securityfs_remove() remove the entire subtreeAl Viro
2025-04-22lsm: Move security_netlink_send to under CONFIG_SECURITY_NETWORKSong Liu
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-10lsm: fix a missing security_uring_allowed() prototypePaul Moore
2025-02-07io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz
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-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler
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-11audit: maintain an lsm_prop in audit_contextCasey Schaufler
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler
2024-10-11lsm: add the lsm_prop data structureCasey 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-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu
2024-08-20dm-verity: expose root hash digest and signature data to LSMsDeven Bowers
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers
2024-08-20lsm: add new securityfs delete functionFan Wu
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu
2024-07-31lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger
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-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