summaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-23lsm: cleanup the debug and console output in lsm_init.cPaul Moore1-0/+2
2025-10-23lsm: rework lsm_active_cnt and lsm_idlist[]Paul Moore1-0/+3
2025-10-23lsm: split the init code out into lsm_init.cPaul Moore1-563/+34
2025-10-23lsm: split the notifier code out into lsm_notifier.cPaul Moore1-23/+0
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+83
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+16
2025-09-16security_dentry_init_security(): constify qstr argumentAl Viro1-1/+1
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler1-2/+16
2025-08-12lsm,selinux: Add LSM blob support for BPF objectsBlaise Boscaccy1-3/+83
2025-08-12lsm: use lsm_blob_alloc() in lsm_bdev_alloc()Paul Moore1-10/+2
2025-07-29Merge tag 'lsm-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-01lsm: introduce new hooks for setting/getting inode fsxattrAndrey Albershteyn1-0/+30
2025-06-17lsm: trivial comment fixKalevi Kolttonen1-1/+1
2025-04-22lsm: Move security_netlink_send to under CONFIG_SECURITY_NETWORKSong Liu1-18/+18
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-6/+9
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy1-6/+9
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun1-3/+2
2025-02-08io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz1-0/+12
2025-01-23Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+10
2025-01-05security: remove redundant assignment to return variableColin Ian King1-3/+1
2024-12-19exec: Add a new AT_EXECVE_CHECK flag to execveat(2)Mickaël Salaün1-0/+10
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-5/+4
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler1-6/+6
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-19/+15
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-4/+4
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+1
2024-11-19Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-30/+66
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu1-8/+1
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler1-0/+15
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler1-6/+5
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-14/+14
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler1-7/+7
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler1-0/+21
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler1-3/+4
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko1-4/+6
2024-09-25Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-09-13security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko1-1/+1
2024-09-09security: Update file_set_fowner documentationMickaël Salaün1-0/+2
2024-08-27lsm: remove LSM_COUNT and LSM_CONFIG_COUNTTetsuo Handa1-33/+4
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh1-64/+155
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu1-0/+20
2024-08-20ipe: add support for dm-verity as a trust providerDeven Bowers1-11/+12
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers1-0/+103
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu1-0/+10
2024-08-20lsm: add IPE lsmDeven Bowers1-1/+2
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore1-16/+16
2024-08-12lsm: cleanup lsm_hooks.hPaul Moore1-1/+1